Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 8, 2014
1 parent eb29dde commit bb90750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server_status_monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit bb90750

Please sign in to comment.