Don’t use the start time parameter in url
-
This version doesn’t apply the start time parameter without ‘s’
Works in this case
?t=7s
But doesn’t work in this
?t=17
I fix this himself by adding the next line to code
if(e==0 && !isNaN(t))e=t;
hope next release will fix this issue
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Don’t use the start time parameter in url’ is closed to new replies.