mirror of
https://github.com/mue/mue.git
synced 2026-07-09 21:45:26 +02:00
Remove comment that appeared out of the blue, spooky!
This commit is contained in:
@@ -56,7 +56,7 @@ export default class SettingsFunctions {
|
||||
|
||||
static saveStuff() {
|
||||
localStorage.setItem('blur', document.getElementById('blurRange').value);
|
||||
localStorage.setItem('brightness', document.getElementById('brightnessRange').value); // this is better than inline onChange for performance
|
||||
localStorage.setItem('brightness', document.getElementById('brightnessRange').value);
|
||||
localStorage.setItem('greetingName', document.getElementById('greetingName').value);
|
||||
localStorage.setItem('customBackground', document.getElementById('customBackground').value);
|
||||
if (!document.getElementById('searchEngineInput').enabled === 'false') {
|
||||
|
||||
Reference in New Issue
Block a user