Commit 017290fc authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3808 fixed typo in javascript file name

Showing with 1 addition and 1 deletion
+1 -1
......@@ -192,7 +192,7 @@ class passwordRecovery {
$smarty->assign('msg_dialogs', msg_dialog::get_dialogs());
$smarty->assign('usePrototype', 'FALSE');
$smarty->append('js_files', 'include/pwdStrengh.js');
$smarty->append('js_files', 'include/pwdStrength.js');
$smarty->append('css_files', get_template_path('login.css'));
$smarty->display(get_template_path('headers.tpl'));
......
  • bmortier @bmortier

    mentioned in issue #1257 (closed)

    By kiorky on 2017-09-02T15:19:44 (imported from GitLab)

    ·

    mentioned in issue #1257 (closed)

    By kiorky on 2017-09-02T15:19:44 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment