Deprecated JavaScript
-
Line 67 of js/commentluv.js has some jQuery that was deprecated in version 1.8, removed in 1.9:
jQuery(‘#commentluv’).on(‘hover’,’.rawfilewrap’,function(){
Can be replaced with:
jQuery(‘#commentluv’).on(‘mouseenter mouseleave’,’.rawfilewrap’,function(){
- The topic ‘Deprecated JavaScript’ is closed to new replies.