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 /db_search.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 'db_search.php')
-rw-r--r--db_search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 806fd27df4..4f8a6648e2 100644
--- a/db_search.php
+++ b/db_search.php
@@ -23,7 +23,6 @@ $scripts = $header->getScripts();
$scripts->addFile('db_search.js');
$scripts->addFile('sql.js');
$scripts->addFile('makegrid.js');
-$scripts->addFile('vendor/jquery/jquery-ui-timepicker-addon.js');
require 'libraries/db_common.inc.php';