1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-09-22 01:21:41 +02:00

Update options.js

This commit is contained in:
spodermenpls 2017-10-03 19:51:03 +02:00 committed by GitHub
parent ef38abe545
commit 8ac4763b71

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){
@ -133,4 +133,4 @@
}
});
});
}());
}());