1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-30 04:09:38 +00:00

Set new member form width to 90% (#19844).

git-svn-id: http://svn.redmine.org/redmine/trunk@14312 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-06-14 07:41:45 +00:00
parent 995bfbc070
commit 7fb35abd10

View File

@ -1,2 +1,2 @@
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'members/new_modal') %>');
showModal('ajax-modal', '700px');
showModal('ajax-modal', '90%');