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:
authorAayush Anand <aayushism12@gmail.com>2015-03-30 22:52:22 +0300
committerAayush Anand <aayushism12@gmail.com>2015-04-04 18:40:06 +0300
commit30ba4c3cd71d4dead238555dca7574f7b0ebd775 (patch)
tree0dd370c68e5197a7a8eb158031a32ecf938a7276 /tbl_change.php
parented9f1a9fc10ba245ef1ca98e30c1f1297946eb2d (diff)
Feature 763 jquery validation feature squashed
Signed-off-by: Aayush Anand <aayushism12@gmail.com>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_change.php b/tbl_change.php
index d5947d8627..c56692c465 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -77,6 +77,8 @@ $scripts->addFile('sql.js');
$scripts->addFile('tbl_change.js');
$scripts->addFile('big_ints.js');
$scripts->addFile('jquery/jquery-ui-timepicker-addon.js');
+$scripts->addFile('jquery/jquery.validate.js');
+$scripts->addFile('jquery/additional-methods.js');
$scripts->addFile('gis_data_editor.js');
/**