suite
This commit is contained in:
parent
d1cca5c5b1
commit
91a686d648
@ -115,14 +115,14 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
if(clock_max > 0){
|
||||
countup = setInterval(function() {
|
||||
clock.increment();
|
||||
if(clock.getTime().time >= clock_max) {
|
||||
clock.stop();
|
||||
clearInterval(countup);
|
||||
}
|
||||
}, 0);
|
||||
}, 0);}
|
||||
|
||||
-if @need.verified?
|
||||
- @wish = @need.wishes.where(need_id: @need.id, customer_id: current_customer.id).first
|
||||
|
Loading…
x
Reference in New Issue
Block a user