Commit 3575634c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Affiche la barre de progression quand on commence l'upload, pas avant.

Showing with 1 addition and 0 deletions
+1 -0
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
function(response) { function(response) {
data.url = response.url; data.url = response.url;
data.jqXHR = $this.fileupload('send', data); data.jqXHR = $this.fileupload('send', data);
data.context.find('.progress').show();
} }
); );
return false; return false;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment