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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 07:25:37 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 07:57:25 +0300
commit61b7d5dfd8b311f20849fbbda57471a7ff978255 (patch)
tree1ba998072ba6d14889534430109ff65639a6e3f2 /db_tracking.php
parenta09ce953bad7d87465979e99c847c089b4da4826 (diff)
Move js/jquery to js/vendor/jquery
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_tracking.php b/db_tracking.php
index 3eb3eeab3d..997499c477 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -20,7 +20,7 @@ require_once 'libraries/display_create_table.lib.php';
$response = Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
-$scripts->addFile('jquery/jquery.tablesorter.js');
+$scripts->addFile('vendor/jquery/jquery.tablesorter.js');
$scripts->addFile('db_tracking.js');
/**