every 30 seconds, syncing local time

This commit is contained in:
ericrius1 2016-03-18 18:36:12 -07:00
parent 156f186e49
commit 52665e38c7

View file

@ -112,7 +112,7 @@
// if (seconds === 0 && minutes === 0) {
// _this.popCuckooOut();
// }
if (seconds % 15 === 0) {
if (seconds % 30 === 0) {
_this.popCuckooOut();
}