Files
gallery3/modules/user/views/user_form.html.php

8 lines
213 B
PHP
Raw Normal View History

2009-10-27 12:23:48 -07:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<script type="text/javascript">
$("form").ready(function(){
$('input[name="password"]').user_password_strength();
});
</script>
<?= $form ?>