mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
no success alert on posting and editing #1721
This commit is contained in:
@@ -512,8 +512,6 @@ define('composer', dependencies, function(taskbar, controls, uploads, formatting
|
|||||||
return app.alertError(err.message);
|
return app.alertError(err.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
app.alertSuccess('[[success:topic-post]]');
|
|
||||||
|
|
||||||
discard(post_uuid);
|
discard(post_uuid);
|
||||||
drafts.removeDraft(postData.save_id);
|
drafts.removeDraft(postData.save_id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user