Christian Jennewein
Results
2
issues of
Christian Jennewein
In line 163 you call the following: $location->isRequestAgainAllowed() Where is this function defined, I get an error and thus think that this does not work. What do you think?
I obtain a `Uncaught TypeError: obj[0] is undefined` in line 265, and had to add a check for `obj[0]` to make it work: `if(obj[0] && obj[0].paused){` instead of `if(obj[0].paused){`