Changes for release submission.

This commit is contained in:
kkapsner 2015-09-03 00:05:43 +02:00
parent 98a15ef9f2
commit c693113630
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -81,7 +81,7 @@
worker.port.emit(mode, prefs.askOnlyOnce);
}
catch (e){
console.log("Error updating " + worker.url + ": " + e.message);
// console.log("Error updating " + worker.url + ": " + e.message);
}
}

View File

@ -86,7 +86,7 @@ function checkURL(url, blockMode, whiteList, blackList){
mode = "unblock";
break;
default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
}
return mode;
}

View File

@ -100,6 +100,6 @@
"main": "lib/main.js",
"author": "Korbinian Kapsner",
"license": "MPL 2.0",
"version": "0.1.8-Development",
"version": "0.1.8-Release",
"permissions": {"private-browsing": true}
}