diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-19 08:57:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-19 08:57:47 +0000 |
commit | bacc2508161ac0f47f153766627472b639c7484c (patch) | |
tree | 11c53d7b6f8d598c026320b73be419efc9112718 /app/views/issues | |
parent | 6f1cda4852fdf04be23e77825ffcdb1a22b913a7 (diff) | |
download | redmine-bacc2508161ac0f47f153766627472b639c7484c.tar.gz redmine-bacc2508161ac0f47f153766627472b639c7484c.zip |
Focus first text field automatically (#13134).
git-svn-id: http://svn.redmine.org/redmine/trunk@12670 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/new.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb index feb9e792f..40dae18b2 100644 --- a/app/views/issues/new.html.erb +++ b/app/views/issues/new.html.erb @@ -44,8 +44,6 @@ <%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> <%= preview_link preview_new_issue_path(:project_id => @project), 'issue-form' %> - - <%= javascript_tag "$('#issue_subject').focus();" %> <% end %> <div id="preview" class="wiki"></div> |