Remove comment that appeared out of the blue, spooky!

This commit is contained in:
edenbun
2020-08-29 15:08:59 +01:00
parent 088008165d
commit 6f046d144f

View File

@@ -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') {