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:
authorMichal Čihař <michal@cihar.com>2017-12-15 10:36:23 +0300
committerMichal Čihař <michal@cihar.com>2017-12-15 10:36:23 +0300
commitc162a75b9b967e9f333a2be9a363c8a6ac9038ae (patch)
tree76093fe652e4aff621b95b15dbb92cada98b68ac /sql.php
parent4845ee68c86922d0ffbb4330f02016a54c29266c (diff)
Improve javascript loading
- jquery-ui-timepicker-addon.js is loaded in Header, no need to load it elsewhere - jquery.validate.js is needed on way to many pages to benefit of loading only on some of them Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index d9edaa4980..db4a36858e 100644
--- a/sql.php
+++ b/sql.php
@@ -25,7 +25,6 @@ PageSettings::showGroup('Browse');
$response = Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
-$scripts->addFile('vendor/jquery/jquery-ui-timepicker-addon.js');
$scripts->addFile('vendor/jquery/jquery.uitablefilter.js');
$scripts->addFile('tbl_change.js');
$scripts->addFile('indexes.js');