Autofix small errors
This commit is contained in:
+2
-2
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user