Autofix small errors

This commit is contained in:
Igor Barkov [iwork]
2019-01-16 19:45:30 +02:00
parent d330721114
commit 094b8a6027
313 changed files with 736 additions and 2280 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ function ajaxLoad(url, iid, params) {
xmlHttpp[iid] = GetXmlHttpObject1();
if(xmlHttpp[iid] == null){
alert("Browser does not support HTTP Request")
alert("Browser does not support HTTP Request");
return
}
@@ -50,7 +50,7 @@ function ajaxLoad(url, iid, params) {
}
$(window).trigger('ajaxLoadComplete');
}
}
};
xmlHttpp[iid].setRequestHeader("Accept-Charset", "windows-1251");
xmlHttpp[iid].setRequestHeader("Accept-Language", "ru, en");