mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
closes #799
This commit is contained in:
@@ -192,7 +192,7 @@ define(['taskbar'], function(taskbar) {
|
||||
});
|
||||
|
||||
|
||||
postContainer.on('click', '.formatting-bar button', function() {
|
||||
postContainer.on('click', '.action-bar button', function() {
|
||||
var action = $(this).attr('data-action');
|
||||
|
||||
switch(action) {
|
||||
|
||||
Reference in New Issue
Block a user