More tweaks and refinements

This commit is contained in:
idk
2020-01-04 11:47:25 -05:00
parent e49f7a7daf
commit 855febc1b4
8 changed files with 24 additions and 53 deletions

View File

@@ -199,13 +199,7 @@ function EnableSavePasswords() {
var defaultSettings = {
since: "forever",
dataTypes: [
"downloads",
"passwords",
"formData",
"localStorage",
"history"
]
dataTypes: ["downloads", "passwords", "formData", "localStorage", "history"]
};
function onError(therror) {