Mercurial > hg > soundsoftware-site
comparison public/javascripts/attachments.js @ 1494:e248c7af89ec redmine-2.4
Update to Redmine SVN revision 12979 on 2.4-stable branch
author | Chris Cannam |
---|---|
date | Mon, 17 Mar 2014 08:54:02 +0000 |
parents | 261b3d9a4903 |
children | b450a9d58aed |
comparison
equal
deleted
inserted
replaced
1464:261b3d9a4903 | 1494:e248c7af89ec |
---|---|
1 /* Redmine - project management software | 1 /* Redmine - project management software |
2 Copyright (C) 2006-2013 Jean-Philippe Lang */ | 2 Copyright (C) 2006-2014 Jean-Philippe Lang */ |
3 | 3 |
4 function addFile(inputEl, file, eagerUpload) { | 4 function addFile(inputEl, file, eagerUpload) { |
5 | 5 |
6 if ($('#attachments_fields').children().length < 10) { | 6 if ($('#attachments_fields').children().length < 10) { |
7 | 7 |