ShannonHenry1
7 years agoQrew Trainee
IOL Hide works until a change is made to the filters
I'm using IOL to hide the checkboxes at the left of some specific reports, but as soon as the user applies a dynamic filter and the report refreshes, the checkboxes come back. How can I make them stay gone, or at least hide again?
relevant js from my module is below:
relevant js from my module is below:
if (/qid=7/i.test(querystring) || /qid=9/i.test(querystring) || /qid=11/i.test(querystring)) { $(".icr").hide(); }