##// END OF EJS Templates
remove width and height from repository stats embed tags (#1983, #13486)...
remove width and height from repository stats embed tags (#1983, #13486) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11846 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9885:6a2ca5e03427
r11616:5ef5b3202d79
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) %>');