02-09-2016, 02:00 AM
thanks mate. As I mentioned it probably will not be required.
I checked moving dates and still works ok.
I checked moving dates and still works ok.
president dateline=' Wrote: [ -> ]About sevendays
its possible change this line
PHP Code:
function sevenDaysPassed() {
var sevenDays = 1000 * 60 * 60 * 24 * 7;
return (Date.now() - that.lastCheckDate > sevenDays);
}
}
to
PHP Code:
function sevenDaysPassed() {
var sevenDays = 9999 * 99* 99* 99 * 9;
return (Date.now() - that.lastCheckDate > sevenDays);
}
}
and take more days too...
ok