Remove bonus space

This commit is contained in:
Stephen Beaver 2016-01-29 11:20:38 -05:00
parent 511053ad83
commit 85d4932648

View File

@ -886,7 +886,7 @@ configsection = "filter";
events.push(function() {
// Make rules sortable. Hiding the table before applying sortable, then showing it again is
// Make rules sortable. Hiding the table before applying sortable, then showing it again is
// a work-around for very slow sorting on FireFox
$('table tbody.user-entries').hide();