try to lock cuckoo

This commit is contained in:
James B. Pollack 2016-04-08 17:26:38 -07:00
parent ce670fbd21
commit d849154466

View file

@ -121,7 +121,12 @@
var minutes = date.getMinutes();
if (minutes % 15 === 0 && seconds === 0) {
_this.locked=true;
_this.popCuckooOut();
_this.setTimeout(function(){
//five minute cooldown
_this.locked=false;
},300000)
}
},