[Bug] script.js using deprecated/removed jQuery function
-
On line 113 of script.js the jQuery function
live
is used. This function was deprecated in 1.7 and removed in 1.9. I believe it would be trivial to update the script to useon
instead, which was introduced to replacelive
- The topic ‘[Bug] script.js using deprecated/removed jQuery function’ is closed to new replies.