mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
fix typo
This commit is contained in:
@@ -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]]');
|
||||
|
||||
Reference in New Issue
Block a user