diff --git a/js/backup_restore.js b/js/backup_restore.js index fb0cd6c4..29367dca 100644 --- a/js/backup_restore.js +++ b/js/backup_restore.js @@ -4,7 +4,7 @@ // the data inside nested objects needs to be verified if deep copy works properly function configuration_backup(callback) { var activeProfile = null, - profilesN = 3; + profilesN = 2; var configuration = { 'generatedBy': chrome.runtime.getManifest().version, diff --git a/main.html b/main.html index b2c1a81b..e998e600 100755 --- a/main.html +++ b/main.html @@ -144,7 +144,6 @@