tml-js-browser
Advanced tools
Comparing version 0.4.61 to 0.4.62
@@ -248,2 +248,7 @@ /** | ||
if (node.nodeType == 1) { | ||
var translatables = this.getOption("translatable_elements"); | ||
if(translatables && !dom.matchesSelectors(node, translatables, true)) { | ||
return false; | ||
} | ||
return !dom.matchesSelectors(node, ([]).concat( | ||
@@ -250,0 +255,0 @@ (this.getOption("nodes.scripts") || []), |
{ | ||
"name": "tml-js-browser", | ||
"description": "Translation plugin for browsers.", | ||
"version": "0.4.61", | ||
"version": "0.4.62", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Michael Berkovich", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
575559
12846