Hide element if storage variable equals the current page.
Is there a way I can tell an element on the page not to show using element.hide(); only if a storage variable I have mapped to that element is equal to the name of the page I'm on?
Something like:
If storage = page name, hide element.
Thanks.