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 /tbl_change.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 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 1673f98dea..1d5428f983 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -70,8 +70,6 @@ $header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('sql.js');
$scripts->addFile('tbl_change.js');
-$scripts->addFile('vendor/jquery/jquery-ui-timepicker-addon.js');
-$scripts->addFile('vendor/jquery/jquery.validate.js');
$scripts->addFile('vendor/jquery/additional-methods.js');
$scripts->addFile('gis_data_editor.js');