This commit is contained in:
barisusakli
2015-10-03 18:13:35 -04:00
parent 89439f2c14
commit 848a14d861

View File

@@ -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]]');