Solved Stray XF.Element.register() in password_box.js

This topic has been solved
D

digitalpoint

Guest
password_box.js has an element register in it that I think doesn't belong.

JavaScript:

XF.Element.register('password-hide-show', 'XF.PasswordHideShow');

The XF.PasswordHideShow class doesn't exist in that JavaScript file (it's in core/form.js, which also has the same XF.Element.register() call).

Continue reading...