AJHandler
New member
- Affected version
- 1.5.14
I am currently using JavaScript to force open a overlay, which works fine for the first try. I attempted to disable caching but get no luck:
The first try only works, all the other proceedings dont
JavaScript:
this.$trigger = { href : "{xen:link '/pages/boosterOverlay/'}";
this.$options = {};
this.$options.cache="off";
this.OverlayLoader = new XenForo.OverlayLoader($(this.$trigger), false, this.$options);
this.OverlayLoader.load();
The first try only works, all the other proceedings dont