Skip to content

Commit b7b68df

Browse files
Merge branch 'hotfix/v1.2.1'
2 parents 716252b + 9082608 commit b7b68df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MMM-SimpleLogo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Module.register("MMM-SimpleLogo", {
1313
var self = this;
1414
var imgsrc = self.config.fileUrl;
1515
setInterval(function() {
16-
img = document.querySelector(".simple-logo__container img[src='"+imgsrc+"']");
16+
img = document.querySelector(".simple-logo__container img[src*='" + imgsrc + "']");
1717
imgsrc = self.config.fileUrl + '?' + Date.now();
1818
img.setAttribute('src', imgsrc);
1919
}, this.config.refreshInterval);

0 commit comments

Comments
 (0)