Remove unused variable
Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
This commit is contained in:
parent
708a9f30fd
commit
f92c9086a7
@ -21,7 +21,6 @@ AJAX.registerOnload('server_status_variables.js', function () {
|
||||
var textFilter = null;
|
||||
var alertFilter = $('#filterAlert').prop('checked');
|
||||
var categoryFilter = $('#filterCategory').find(':selected').val();
|
||||
var odd_row = false;
|
||||
var text = ''; // Holds filter text
|
||||
|
||||
/* 3 Filtering functions */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user