Remove unused variable

Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
This commit is contained in:
Patric Gustafsson 2016-11-16 15:30:12 +02:00
parent 708a9f30fd
commit f92c9086a7

View File

@ -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 */