##// END OF EJS Templates
Raise the height of text custom fields....
Raise the height of text custom fields. git-svn-id: http://svn.redmine.org/redmine/trunk@16252 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15790:2734eaffd823
r15870:8e4cb42f8e06
Show More
index.js.erb
2 lines | 184 B | text/plain | TextLexer
Jean-Philippe Lang
Replaces project jump select with custom dropdown (#23310)....
r15612 <% s = @projects.any? ? render_projects_for_jump_box(@projects) : content_tag('span', l(:label_no_data)) %>
Jean-Philippe Lang
Adds a link to all projects in the jump drop down (#23310)....
r15790 $('#project-jump .drdn-items.projects').html('<%= escape_javascript s %>');