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:
authorMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-07-31 05:51:33 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-07-31 05:51:33 +0400
commit918b670207068f2f0cfb80dddee083527e3886be (patch)
tree37fd4a744c8cc00fa55dc29141f4e285f8483d21 /js/get_scripts.js.php
parentb83f0eb463a670ff529fb730d7f11e77a3a501d7 (diff)
Changed the way scripts are loaded from getScript to appending script elements to head
Diffstat (limited to 'js/get_scripts.js.php')
-rw-r--r--js/get_scripts.js.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/get_scripts.js.php b/js/get_scripts.js.php
index af9fd6b517..e24a633a27 100644
--- a/js/get_scripts.js.php
+++ b/js/get_scripts.js.php
@@ -54,4 +54,8 @@ if (! empty($_GET['scripts']) && is_array($_GET['scripts'])) {
}
}
}
+
+if ($_GET['call_done']) {
+ echo "AJAX.scriptHandler.done();";
+}
?>