From bacea005469b019be546d7801ac64a14860a3d9a Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-12PPI61\\boris.bozic" Date: Mon, 20 Jun 2016 22:55:10 +0200 Subject: [PATCH] Remove 3rd Profile selection --- js/backup_restore.js | 2 +- main.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 @@