1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-06 13:27:49 +02:00

Fixed translation error.

This commit is contained in:
kkapsner 2015-04-25 23:42:51 +02:00
parent dc622b61d1
commit 011eee699e
5 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -79,7 +79,7 @@
worker.port.emit(mode, prefs.askOnlyOnce); worker.port.emit(mode, prefs.askOnlyOnce);
} }
catch (e){ 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"; mode = "unblock";
break; break;
default: default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything."); // console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
} }
return mode; return mode;
} }

View File

@ -48,5 +48,5 @@ whitelist = whitelist
whitelistURL = whitelist URL whitelistURL = whitelist URL
whitelistDomain = whitelist domain whitelistDomain = whitelist domain
whitelistURL = ignore URL ignorelistURL = ignore URL
whitelistDomain = ignore domain ignorelistDomain = ignore domain

View File

@ -89,6 +89,6 @@
], ],
"author": "Korbinian Kapsner", "author": "Korbinian Kapsner",
"license": "MPL 2.0", "license": "MPL 2.0",
"version": "0.1.5-Release", "version": "0.1.5.1-Release",
"permissions": {"private-browsing": true} "permissions": {"private-browsing": true}
} }