Hi,
I have a page where I do something using javascript, I do it every certain interval:
setInterval(function () {
foo();
}, 6000);
I also have a button on this page to open new modal window, how to make javascrypt function not execute for the time of opening this window?
Anyone have any ideas?
Apex 21.2