mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
revert r13199 (#17151)
Chrome 36.0.1985.143 was released. git-svn-id: http://svn.redmine.org/redmine/trunk@13350 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -133,7 +133,7 @@ function addInputFiles(inputEl) {
|
||||
}
|
||||
}
|
||||
|
||||
clearedFileInput.insertAfter('#attachments_fields').on('change', function(){addInputFiles(this);});
|
||||
clearedFileInput.insertAfter('#attachments_fields');
|
||||
}
|
||||
|
||||
function uploadAndAttachFiles(files, inputEl) {
|
||||
|
||||
Reference in New Issue
Block a user