robx / pzprjs

Playing and editing puzzles by Javascript (fork of sabo2/pzprjs)

Home Page:https://puzz.link/list.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config Save is not called in onunload event

x-sheep opened this issue · comments

Many browsers refuse to run the unload event, either in certain circumstances or in all cases. ui.menuconfig.save() needs to be called in more cases, for example as soon as the config changes, or periodically.