save / create buttons for categories/category

This commit is contained in:
psychobunny
2015-08-20 15:19:43 -04:00
parent f3c70473c3
commit dfa4f47289
4 changed files with 10 additions and 28 deletions

View File

@@ -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();