summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-01-19 08:57:47 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-01-19 08:57:47 +0000
commitbacc2508161ac0f47f153766627472b639c7484c (patch)
tree11c53d7b6f8d598c026320b73be419efc9112718 /app/views/projects
parent6f1cda4852fdf04be23e77825ffcdb1a22b913a7 (diff)
downloadredmine-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/projects')
-rw-r--r--app/views/projects/new.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb
index a14a9cf3e..bd474bb79 100644
--- a/app/views/projects/new.html.erb
+++ b/app/views/projects/new.html.erb
@@ -4,5 +4,4 @@
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
-<%= javascript_tag "$('#project_name').focus();" %>
<% end %>