Removed "clearclick" item from default settings.
This commit is contained in:
parent
f8e76aa5cf
commit
5067542a99
|
@ -35,7 +35,6 @@ var Defaults = {
|
||||||
xss: true,
|
xss: true,
|
||||||
cascadeRestrictions : false,
|
cascadeRestrictions : false,
|
||||||
overrideTorBrowserPolicy: false, // note: Settings.update() on reset will flip this to true
|
overrideTorBrowserPolicy: false, // note: Settings.update() on reset will flip this to true
|
||||||
clearclick: true,
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
let defaultsClone = JSON.parse(JSON.stringify(defaults));
|
let defaultsClone = JSON.parse(JSON.stringify(defaults));
|
||||||
|
|
Loading…
Reference in New Issue