Fix syntax error

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-08 17:40:34 +02:00
parent eb29ddeba8
commit bb90750766

View File

@ -1878,7 +1878,7 @@ AJAX.registerOnload('server_status_monitor.js', function () {
$('#logTable table').tablesorter({
sortList: [[cols.length - 1, 1]],
widgets: .fast-zebra
widgets: ['fast-zebra']
});
$('#logTable table thead th')