From b33487a4376d45ae342907c625bffab8004e45b3 Mon Sep 17 00:00:00 2001 From: fusionate Date: Sat, 3 Feb 2024 05:22:32 +0000 Subject: [PATCH] Operator Panel: Fix mispelling in code. --- app/basic_operator_panel/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/basic_operator_panel/index.php b/app/basic_operator_panel/index.php index 153c6a9494..2d4b243cb0 100644 --- a/app/basic_operator_panel/index.php +++ b/app/basic_operator_panel/index.php @@ -260,7 +260,7 @@ unset($refresh_default); if (this.xmlHttp.readyState == 4 && (this.xmlHttp.status == 200 || !/^http/.test(window.location.href))) //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').value != "") document.getElementById('sort1').value=document.getElementById('sort').value; @@ -281,7 +281,7 @@ unset($refresh_default); echo "url += '&debug';"; } ?> - new loadXmlHttp(url, 'ajax_reponse'); + new loadXmlHttp(url, 'ajax_response'); refresh_start(); } @@ -369,7 +369,7 @@ unset($refresh_default); echo "url += '&debug';"; } ?> - new loadXmlHttp(url, 'ajax_reponse'); + new loadXmlHttp(url, 'ajax_response'); }, refresh); } @@ -588,7 +588,7 @@ if (is_array($_SESSION['user']['extension'])) { } } -echo "
\n"; +echo "
\n"; echo "\n"; echo "

\n";