Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/ajax.js')
-rw-r--r--js/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ajax.js b/js/ajax.js
index da6584c26c..93f9bee761 100644
--- a/js/ajax.js
+++ b/js/ajax.js
@@ -525,7 +525,7 @@ var AJAX = {
if ($.inArray(script, self._scripts) == -1) {
needRequest = true;
this.add(script);
- request.push("scripts[]=" + script);
+ request.push("scripts%5B%5D=" + script);
}
}
request.push("call_done=1");