From f92c9086a70da21e64013edabcf3b502518d9d44 Mon Sep 17 00:00:00 2001 From: Patric Gustafsson Date: Wed, 16 Nov 2016 15:30:12 +0200 Subject: [PATCH] Remove unused variable Signed-off-by: Patric Gustafsson --- js/server_status_variables.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/server_status_variables.js b/js/server_status_variables.js index 9c3974ba14..c06952c4ee 100644 --- a/js/server_status_variables.js +++ b/js/server_status_variables.js @@ -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 */