Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
trigger after upload is finished.
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Mar 3, 2014
1 parent b10b0cc commit b36cc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/js/ui.atk4_uploader.js
Expand Up @@ -199,6 +199,7 @@ $.widget("ui.atk4_uploader", {
//this.element.next('br').remove();
this.element.remove();
this._setChanged();
this.element.trigger('upload_complete');
//$('#'+this.name+'_token').val(data.id);
},
uploadFailed: function(message,debug){
Expand Down

0 comments on commit b36cc34

Please sign in to comment.