-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
-
PHP 5.2.3, mySQL 5.1, IE 9
at line 409 in style/prosilver/template/forum_fn.js
jQuery('form input[type=text], form input[type=password]').live(.............
.live() depricated in new version so if someone included new jquery in template for using in other MODs, get error. it should be changed to .on() function.
here is a report from one user:
https://www.phpbb.com/community/viewtopic.php?f=70&t=2177626&p=13295764#p13295401