jweigelt/swbf2admin

"Random" default settings

jweigelt opened this issue · 1 comments

The server's settings sometimes get overwritten with the default values defined in the html form.
This is probably caused by the settings being sent before receiving them first.
So far I wasn't able to figure out what's invoking the request as it seems to happen randomly.

Fixed in f9c18f0
Caused by not clearing the autosave timeout which then fired when the page was already unloaded.