joshp23 / YOURLS-Expiry

YOURLS plugin to define conditions under which links will expire - time and click limited links
GNU General Public License v3.0
35 stars 13 forks source link

Uncaught TypeError: $(...).unload is not a function #11

Closed ericft closed 4 years ago

ericft commented 5 years ago

Hi,

On YOURLS 1.7.4, I have an error with the function unload, I tried to change the method to on.('unload'...), it removed the error but the expiring time won't work and in the Expiry List the timer gives me a negative number, ex: -1d 0-1h0-1:0-22

Thanks in advance!

joshp23 commented 5 years ago

Odd, I'm not experiencing this bug, and run the latest from master. unload appears only once in Expiry, however it appears as if it has been removed from jQuerry since 3.0. Maybe this weekend I can update. I will gladly merge an appropriate pull request.

vitalyzhakov commented 4 years ago

@ericft , hello! How we may reproduce situation?

vitalyzhakov commented 4 years ago

@joshp23 , hello! May be close this issue with not reproducing status?