MantisBT: master c5329886

Author Committer Branch Timestamp Parent
dhx dhx master 2010-06-28 03:34 master 0551d94b
Affected Issues  0011826: Remove all inline JavaScript from MantisBT (use external scripts instead)
Changeset

Issue 0011826: Convert form field autofocus scripts to jQuery

This commit furthers the goal of removing inline JavaScript from within
the MantisBT codebase.

Instead of using inline JavaScript to toggle automatic focus on form
fields we can use jQuery instead. All one needs to do is place a field
within a form with the "autofocus" class specified.

mod - lost_pwd_page.php Diff File
mod - login_page.php Diff File
mod - signup_page.php Diff File
mod - javascript/dev/common.js Diff File
mod - bug_report_page.php Diff File
mod - core/authentication_api.php Diff File