1
0
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:
CaMer0n
2008-01-16 11:00:21 +00:00
parent ab7433a5e1
commit a88ec7aa54
2 changed files with 5 additions and 3 deletions

View File

@@ -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');