mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Operator Panel: Fix mispelling in code.
This commit is contained in:
@@ -260,7 +260,7 @@ unset($refresh_default);
|
|||||||
|
|
||||||
if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test(window.location.href)))
|
if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test(window.location.href)))
|
||||||
//this.el.innerHTML = this.xmlHttp.responseText;
|
//this.el.innerHTML = this.xmlHttp.responseText;
|
||||||
document.getElementById('ajax_reponse').innerHTML = this.xmlHttp.responseText;
|
document.getElementById('ajax_response').innerHTML = this.xmlHttp.responseText;
|
||||||
if (document.getElementById('sort')) {
|
if (document.getElementById('sort')) {
|
||||||
if (document.getElementById('sort').value != "")
|
if (document.getElementById('sort').value != "")
|
||||||
document.getElementById('sort1').value=document.getElementById('sort').value;
|
document.getElementById('sort1').value=document.getElementById('sort').value;
|
||||||
@@ -281,7 +281,7 @@ unset($refresh_default);
|
|||||||
echo "url += '&debug';";
|
echo "url += '&debug';";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
new loadXmlHttp(url, 'ajax_reponse');
|
new loadXmlHttp(url, 'ajax_response');
|
||||||
refresh_start();
|
refresh_start();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -369,7 +369,7 @@ unset($refresh_default);
|
|||||||
echo "url += '&debug';";
|
echo "url += '&debug';";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
new loadXmlHttp(url, 'ajax_reponse');
|
new loadXmlHttp(url, 'ajax_response');
|
||||||
}, refresh);
|
}, refresh);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -588,7 +588,7 @@ if (is_array($_SESSION['user']['extension'])) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<div id='ajax_reponse'></div>\n";
|
echo "<div id='ajax_response'></div>\n";
|
||||||
echo "<div id='cmd_response' style='display: none;'></div>\n";
|
echo "<div id='cmd_response' style='display: none;'></div>\n";
|
||||||
echo "<br><br>\n";
|
echo "<br><br>\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user