mirror of
https://github.com/redmine/redmine.git
synced 2026-03-09 22:20:55 +01:00
Select proper tracker and status for when hitting F5 with browsers that preserve select values on reload, eg. Firefox (#16259).
git-svn-id: http://svn.redmine.org/redmine/trunk@12970 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -45,3 +45,11 @@
|
||||
<% end %>
|
||||
|
||||
<% heads_for_wiki_formatter %>
|
||||
|
||||
<%= javascript_tag do %>
|
||||
$(document).ready(function(){
|
||||
$("#issue_tracker_id, #issue_status_id").each(function(){
|
||||
$(this).val($(this).find("option[selected=selected]").val());
|
||||
});
|
||||
});
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user