1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00
This commit is contained in:
Cameron
2016-12-10 16:38:39 -08:00
parent 00959a7823
commit 268004bd71
3 changed files with 14 additions and 6 deletions

View File

@@ -1730,7 +1730,7 @@ e107::getDebug()->log($sc_parameters);
$options['pattern'] = vartrue($options['pattern'],'[\S]{4,}');
$options['required'] = varset($options['required'], 1);
$options['class'] = vartrue($options['class'],'e-password');
$options['class'] = vartrue($options['class'],'e-password tbox');
e107::js('core', 'password/jquery.pwdMeter.js', 'jquery', 2);