##// END OF EJS Templates
html5 compliance....
html5 compliance. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10122 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9885:6a2ca5e03427
r9939:369236958451
Show More
create.js.erb
3 lines | 290 B | text/plain | TextLexer
Jean-Philippe Lang
Start removing the RJS stuff....
r9860 hideModal();
<% select = content_tag('select', content_tag('option') + version_options_for_select(@project.shared_versions.open, @version), :id => 'issue_fixed_version_id', :name => 'issue[fixed_version_id]') %>
Jean-Philippe Lang
JQuery in, Prototype/Scriptaculous out (#11445)....
r9885 $('#issue_fixed_version_id').replaceWith('<%= escape_javascript(select) %>');