1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-03 10:31:54 +01:00

Merge pull request #132 from spodermenpls/master

Code Review
This commit is contained in:
kkapsner 2017-10-03 23:38:33 +02:00 committed by GitHub
commit 289cea0fc0

View File

@ -21,7 +21,7 @@
}
// getting the translation of all the messages
logging.message("transate all messages");
logging.message("translate all messages");
traverse(document.body, function(node){
if (node.nodeType === 3){
var lines = node.nodeValue.replace(/\b__MSG_(.+)__\b/g, function(m, key){