fix noscript setting not being saved on change (regression from 73c8da05b7)

pull/2/head
xofe 7 years ago
parent 3b77c0732e
commit 613bab0a9d

@ -106,6 +106,7 @@ function onInputChanged(ev) {
changeUserSettings(target.id, target.checked);
break;
case 'noMixedContent':
case 'noscriptTagsSpoofed':
case 'processReferer':
changeMatrixSwitch(
target.getAttribute('data-matrix-switch'),

Loading…
Cancel
Save