Commit ee0ca3e2 authored by yann300's avatar yann300

update optimize

parent 68c89f4e
......@@ -72,6 +72,7 @@ function SettingsTab (container, appAPI, appEvents, opts) {
optimize.setAttribute('checked', true)
appAPI.setOptimize(true, false)
} else {
queryParams.update({ optimize: false })
appAPI.setOptimize(false, false)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment