aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-12-16 16:19:51 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2012-12-16 16:19:51 -0500
commit2607c565b01e83c9dcd68f4f905f94687841ae77 (patch)
treed0d4ada2d7510ec880d903850056302d68ff10d2 /apps
parent0c87f666ad24492ec45e6d3c05f729132ae1a926 (diff)
downloadnextcloud-server-2607c565b01e83c9dcd68f4f905f94687841ae77.tar.gz
nextcloud-server-2607c565b01e83c9dcd68f4f905f94687841ae77.zip
Trigger the last action before continuing with a file upload, fixes issue #918
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/files.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 33c775fc8ec..2719e9ade5c 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -203,6 +203,9 @@ $(document).ready(function() {
var files = data.files;
var totalSize=0;
if(files){
+ if (FileList.lastAction) {
+ FileList.lastAction();
+ }
for(var i=0;i<files.length;i++){
if(files[i].size ==0 && files[i].type== '')
{