Skip to content

Commit

Permalink
fix загрузки файлов для новых объектов
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhelskiy committed Oct 23, 2015
1 parent b8bb261 commit de06013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/uploader/js/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
}, function( response ) {
this.window.trigger( key, [response.sTmpKey] );
this.option( 'params.target_tmp', response.sTmpKey || null );
});
}, { async: false });
}
},

Expand Down

0 comments on commit de06013

Please sign in to comment.