v1.18.x
barisusakli 9 years ago
parent 89439f2c14
commit 848a14d861

@ -35,7 +35,7 @@ define('uploader', ['csrf'], function(csrf) {
function showAlert(type, message) {
module.hideAlerts(uploadModal);
uploadM odal.find('#alert-' + type).translateText(message).removeClass('hide');
uploadModal.find('#alert-' + type).translateText(message).removeClass('hide');
}
showAlert('status', '[[uploads:uploading-file]]');

Loading…
Cancel
Save