if bgColor and color are not sent in the category creation call, automatic colours are supplied

This commit is contained in:
Julian Lam
2015-03-10 14:55:20 -04:00
parent d342e01ef1
commit e8167a80a0
2 changed files with 12 additions and 5 deletions

View File

@@ -75,8 +75,6 @@ define('admin/manage/categories', [
name: $('#inputName').val(),
description: $('#inputDescription').val(),
icon: $('#new-category-modal i').attr('value'),
bgColor: '#0059b2',
color: '#fff',
order: $('.admin-categories #entry-container').children().length + 1
};