mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Updated chatbox_menu to use e_ajax.php and put a deprecated note in e_ajax.js.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// THIS FILE IS DEPRECATED. Please use e_ajax.php instead.
|
||||
|
||||
if (window.ActiveXObject && !window.XMLHttpRequest) {
|
||||
window.XMLHttpRequest = function() {
|
||||
return new ActiveXObject((navigator.userAgent.toLowerCase().indexOf('msie 5') != -1) ? 'Microsoft.XMLHTTP' : 'Msxml2.XMLHTTP');
|
||||
|
Reference in New Issue
Block a user