Skip to content

Commit

Permalink
[Fix] Strength meter not working within password form field (joomla#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Erftralle authored and wilsonge committed Nov 12, 2017
1 parent bc9677b commit db2c2ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/joomla/form/field/password.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

if ($meter)
{
JHtml::_('script', 'system/passwordstrength.js', array('version' => 'auto', 'relative' => true, 'framework' => true));

// Load script on document load.
JFactory::getDocument()->addScriptDeclaration(
"
Expand Down

0 comments on commit db2c2ec

Please sign in to comment.