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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-02-11 07:49:57 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-11 07:49:57 +0300
commit52da3b808458b44b6be4f4b92e0676ddefac321d (patch)
treee52b143c82a5e7e33cd3dcf48ec5cd24c7e808ff /db_tracking.php
parent9783eb8e240820d3b4b78bbdbac0ce735e4e4e10 (diff)
Use table sorting for tracking tables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_tracking.php b/db_tracking.php
index f1a7114066..3b3e203f07 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -17,6 +17,7 @@ require_once './libraries/tracking.lib.php';
$response = PMA_Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
+$scripts->addFile('jquery/jquery.tablesorter.js');
$scripts->addFile('db_tracking.js');
/**