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-03-27 08:05:16 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-03-27 08:05:16 +0300
commitd32f555a56e3f127c379192bd05763d4d3ee9cf8 (patch)
tree86c18e519617c9f028103a3ffcf517dd2466ee60 /js/server_status_sorter.js
parentf74969651d9a13fdec93001b40df05edd3f8f93e (diff)
bug Missing sort icons in monitor
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/server_status_sorter.js')
-rw-r--r--js/server_status_sorter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/server_status_sorter.js b/js/server_status_sorter.js
index 357fb72205..424389e7d9 100644
--- a/js/server_status_sorter.js
+++ b/js/server_status_sorter.js
@@ -16,7 +16,7 @@ function initTableSorter(tabid) {
}
$table.tablesorter(opts);
$table.find('tr:first th')
- .append('<img class="icon sortableIcon" src="themes/dot.gif" alt="">');
+ .append('<div class="sorticon"></div>');
}
$(function () {