diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-16 18:00:02 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-16 18:00:02 -0800 |
commit | 7f20f660791a8276e6f74232e6b941cf20c8c1a7 (patch) | |
tree | adabf90b23e5dccce635451626d3c12c33a7cd63 /modules/user/views | |
parent | ff728b3ccd329e988220ca2857b3dcd989ebad37 (diff) |
Whitespace.
Diffstat (limited to 'modules/user/views')
-rw-r--r-- | modules/user/views/user_form.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/user_form.html.php b/modules/user/views/user_form.html.php index 039ae8a5..4ce2b532 100644 --- a/modules/user/views/user_form.html.php +++ b/modules/user/views/user_form.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<script type="text/javascript"> +<script type="text/javascript"> $("form").ready(function(){ $('input[name="password"]').user_password_strength(); }); |