Remove test Log
This commit is contained in:
parent
2fa7353197
commit
3eb9603eff
@ -51,7 +51,6 @@ function dataInsert(dataCaspar) {
|
|||||||
if (applicableElements) {
|
if (applicableElements) {
|
||||||
// Loop through Applicable DIVs
|
// Loop through Applicable DIVs
|
||||||
[].slice.call(applicableElements).forEach(function(currentElement) {
|
[].slice.call(applicableElements).forEach(function(currentElement) {
|
||||||
console.log(currentElement.tagName);
|
|
||||||
if (currentElement.tagName == 'img') {
|
if (currentElement.tagName == 'img') {
|
||||||
//Set Image if img item
|
//Set Image if img item
|
||||||
currentElement.src = dataCaspar[idCaspar];
|
currentElement.src = dataCaspar[idCaspar];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user