Skip to content
Snippets Groups Projects
Commit 74d6f075 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

climate

parent 10f1b3f9
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ window.osuny.translation = {
xhr.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
var data = JSON.parse(this.responseText),
translatedText = data.translatedText;
translatedText = data.translatedText;
that.translateField(field, translatedText);
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment