mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-22 02:04:29 -08:00
fixed bug
This commit is contained in:
parent
a900b39f4c
commit
d27abc07e5
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Module.register('MMM-pages', {
|
|||
});
|
||||
}, this.config.animationTime / 2);
|
||||
|
||||
if (manuallyCalled) {
|
||||
if (manuallyCalled && this.config.rotationTime > 0) {
|
||||
Log.log('Manually updated page! setting delay before resuming timer!');
|
||||
|
||||
clearInterval(this.timer);
|
||||
|
|
Loading…
Reference in a new issue