/application/views/reset_password_js.php
http://github.com/ushahidi/Ushahidi_Web · PHP · 22 lines · 4 code · 3 blank · 15 comment · 0 complexity · 9b0cbe4ffd9bf4a300fefae3709e0961 MD5 · raw file
- /**
- * Reset password js file.
- *
- * Handles javascript stuff related to reset password function.
- *
- * PHP version 5
- * LICENSE: This source file is subject to LGPL license
- * that is available through the world-wide-web at the following URI:
- * http://www.gnu.org/copyleft/lesser.html
- * @author Ushahidi Team <team@ushahidi.com>
- * @package Ushahidi - http://source.ushahididev.com
- * @module Alerts Controller
- * @copyright Ushahidi - http://www.ushahidi.com
- * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License (LGPL)
- */
- function fillFields(email)
- {
- $('#email').attr("value", decodeURIComponent( email ) );
-
- }