Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 09ab3bf

Browse files
authored
Update MMM-iFrame.js
will reload if here is just one url.
1 parent fc49bc0 commit 09ab3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MMM-iFrame.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Module.register("MMM-iFrame",{
2020
start: function () {
2121
self = this;
2222
var count = 0;
23-
if (this.config.url.length > 1 ) {
23+
if (this.config.url.length > 0 ) {
2424
setInterval( function () {
2525
self.updateDom(1000);
2626
console.log('update' + count++)

0 commit comments

Comments
 (0)