mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
save / create buttons for categories/category
This commit is contained in:
@@ -76,8 +76,7 @@ define('admin/manage/category', [
|
||||
// Colour Picker
|
||||
$('[data-name="bgColor"], [data-name="color"]').each(enableColorPicker);
|
||||
|
||||
$('.save').on('click', save);
|
||||
$('.revert').on('click', ajaxify.refresh);
|
||||
$('#save').on('click', save);
|
||||
$('.purge').on('click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user