Not a bug JS overlay cache not working

Status
Not open for further replies.

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:

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
 
If you need support you will have to be licensed and post in the correct forum.
 
Status
Not open for further replies.
Top Bottom