(function($){
var passInput=$('input[type="password"]');
if(! passInput.length){ return; }
passInput.hideShowPassword(false, true);
})(jQuery);