What's new

Addon page suppresses Dnsmasq restart

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

@john9527 and anyone who has input.

On Johns fork, the standard Apply button popup just keeps spinning after the set timeout, without returning to the page. Has anyone else noticed this?
Force reloading the page shows the settings have been applied, so there seems to be an issue with killing the popup.

I'm loading the standard js files:
Code:
/user/diver
/state.js
/general.js
/popup.js
/help.js
The Browser console shows no error.
Add "/detect.js"
 
On Johns fork, the standard Apply button popup just keeps spinning after the set timeout, without returning to the page. Has anyone else noticed this?
How long does the operation actually take and what value action_wait do you have set? The action_wait time controls when the gui attempts to reconnect with the httpd server. Make sure its at least as long as the operation you are doing.
 
And if you're using jQuery at all, there are some adaptations (i.e. noConflict) required to avoid interference with the older UI of the fork, as well as a slightly different path to jquery.js.
 
Add "/detect.js"
How long does the operation actually take and what value action_wait do you have set? The action_wait time controls when the gui attempts to reconnect with the httpd server. Make sure its at least as long as the operation you are doing.
That did it, back in business, thanks to both of you.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top