dom-render
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -683,3 +683,3 @@ 'use strict'; | ||
var regex = /#it#/g; | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) { | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) { | ||
it.innerHTML = it.innerHTML.replace(regex, random); | ||
@@ -690,3 +690,3 @@ }); | ||
RawSet.drItOtherDecoding = function (element, random) { | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) { | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) { | ||
it.innerHTML = it.innerHTML.replace(RegExp(random, 'g'), '#it#'); | ||
@@ -693,0 +693,0 @@ }); |
{ | ||
"name": "dom-render", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"main": "DomRender.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -269,3 +269,3 @@ "use strict"; | ||
var regex = /#it#/g; | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) { | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) { | ||
it.innerHTML = it.innerHTML.replace(regex, random); | ||
@@ -276,3 +276,3 @@ }); | ||
RawSet.drItOtherDecoding = function (element, random) { | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "]").forEach(function (it) { | ||
element.querySelectorAll("[" + RawSet.DR_IT_OPTIONNAME + "], [" + RawSet.DR_FOR_OF_NAME + "]").forEach(function (it) { | ||
it.innerHTML = it.innerHTML.replace(RegExp(random, 'g'), '#it#'); | ||
@@ -279,0 +279,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114725