Commit 092c2925 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

unhide if #categories = 1 in firewall_rules.php

(cherry picked from commit 2592fabb)
parent 2258b790
......@@ -236,7 +236,7 @@ $( document ).ready(function() {
});
// hide category search when not used
if ($("#fw_category > option").length == 1) {
if ($("#fw_category > option").length == 0) {
$("#fw_category").addClass('hidden');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment