1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-14 10:36:19 +02:00

Change default val of replaceNewTab in options page also

This commit is contained in:
Kushagra Gour
2017-02-16 00:21:54 +05:30
parent 3a62a820ad
commit f959f9787d

View File

@ -2,7 +2,7 @@
function restoreOptions() {
chrome.storage.sync.get({
preserveLastCode: true,
replaceNewTab: true
replaceNewTab: false
}, function(items) {
document.forms.optionsForm.preserveLastCode.checked = items.preserveLastCode;
document.forms.optionsForm.replaceNewTab.checked = items.replaceNewTab;