Override options.js?

Page: 1

Author Post
Member
Registered: May 2016
Posts: 9
I have LoadPageOnClose(Self) in my options.js
Sometimes I need a FB to NOT refresh the page.
what is the syntax to override the options.js?
I have tried LoadPAgeonClose() and LoadPageonClsoe(false)
Administrator
Registered: Aug 2008
Posts: 3382
In versions 5 and later, you should be able to cancel any globally set option by assigning null as the value. Give it a shot, and please let me know if it doesn't work out.
Member
Registered: May 2016
Posts: 9
That worked.. thanks!

You should add that to the Docs!

Page: 1