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:
Toshi MARUYAMA
2014-08-26 08:15:11 +00:00
parent 425761740a
commit e3e14ce3a1
2 changed files with 2 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ function addInputFiles(inputEl) {
}
}
clearedFileInput.insertAfter('#attachments_fields').on('change', function(){addInputFiles(this);});
clearedFileInput.insertAfter('#attachments_fields');
}
function uploadAndAttachFiles(files, inputEl) {