Update CasparCG.js

This commit is contained in:
Mark Rapson 2021-02-27 16:24:34 +00:00 committed by GitHub
parent 3eb9603eff
commit b2c8026403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ function dataInsert(dataCaspar) {
if (applicableElements) {
// Loop through Applicable DIVs
[].slice.call(applicableElements).forEach(function(currentElement) {
console.log(currentElement.tagName);
if (currentElement.tagName == 'img') {
//Set Image if img item
currentElement.src = dataCaspar[idCaspar];