Initial Redmine tooling and local plugin forks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'contacts/new_modal') %>');
|
||||
$('#ajax-modal #contact_data .extended').hide();
|
||||
$('#ajax-modal #contact_data #show_details_link').show();
|
||||
showModal('ajax-modal', '800px');
|
||||
|
||||
$('#new_contact').submit( function(event) {
|
||||
$('.file_selector').val('');
|
||||
event.preventDefault();
|
||||
});
|
||||
Reference in New Issue
Block a user