mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
adding new client-side hook and post_uuid to composer template
This commit is contained in:
@@ -329,6 +329,10 @@ define(['taskbar'], function(taskbar) {
|
||||
composer.activateReposition(composer.active);
|
||||
}
|
||||
});
|
||||
|
||||
$(window).trigger('action:composer.loaded', {
|
||||
post_uuid: post_uuid
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user