- Joined
- Jan 10, 2016
- Messages
- 19,184
- Reaction score
- 45,979
- Points
- 1,313
This sounds like work.If you want, you can try changing
if (($.now()-stored) > 14*24*60*60*1000) {
to
if (($.now()-stored) > 0*24*60*60*1000) {
(it's at the bottom of the script) then reload the dashboard and then change it back to 14 and then try a new HIT.
Edit: Tried it. Still doesn't work.
Last edited: