Uniphix
Active member
I am not sure if this is a bug but for some reason when I look through the XenForo js code I am noticing that if you don't setup a cache method that it should deCache correctly.
Well when I submit a form or something that I don't want cached it should deCache that overlay is my understanding. Although what happens is when I manually close the overlay by calling $form.closest('.xenOverlay').overlay().close(); it does not call the onClose event for some reason.
Well when I submit a form or something that I don't want cached it should deCache that overlay is my understanding. Although what happens is when I manually close the overlay by calling $form.closest('.xenOverlay').overlay().close(); it does not call the onClose event for some reason.