mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-22 02:04:29 -08:00
Revert "fixing automatic rotation"
This reverts commit 928d7946459e15a544a443918d905271bbb8a915.
This commit is contained in:
parent
abcadd38ee
commit
0b12b1db74
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ Module.register('MMM-pages', {
|
||||||
// message, so we need to trigger it for ourselves.
|
// message, so we need to trigger it for ourselves.
|
||||||
self.sendNotification('PAGE_INCREMENT');
|
self.sendNotification('PAGE_INCREMENT');
|
||||||
self.notificationReceived('PAGE_INCREMENT');
|
self.notificationReceived('PAGE_INCREMENT');
|
||||||
self.sendNotification('PAGE_INCREMENT');
|
|
||||||
}, self.config.rotationTime);
|
}, self.config.rotationTime);
|
||||||
}, delay);
|
}, delay);
|
||||||
} else if (this.config.rotationHomePage > 0) {
|
} else if (this.config.rotationHomePage > 0) {
|
||||||
|
|
Loading…
Reference in a new issue