Update CasparCG.js
This commit is contained in:
parent
3eb9603eff
commit
b2c8026403
@ -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