Commit 25d8428c authored by Ad Schellevis's avatar Ad Schellevis

(IDS) hide toggle buttons after grid load, for https://github.com/opnsense/core/issues/1129

parent 6eea44ff
......@@ -498,6 +498,10 @@ POSSIBILITY OF SUCH DAMAGE.
});
// When ajax commands complete, hide some controls from our grid(s)
$( document ).ajaxComplete(function(){
$("#grid-rule-files .command-toggle").hide();
});
});
......
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