|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
"use strict";
|
|
|
|
|
/*global define, socket, app, bootbox, templates, ajaxify, Sortable */
|
|
|
|
|
|
|
|
|
|
define('admin/manage/categories', ['vendor/jquery/serializeObject/jquery.ba-serializeobject.min', 'translator'], function(translator) {
|
|
|
|
|
define('admin/manage/categories', ['vendor/jquery/serializeObject/jquery.ba-serializeobject.min', 'translator'], function(serialize, translator) {
|
|
|
|
|
var Categories = {}, newCategoryId = -1, sortables;
|
|
|
|
|
|
|
|
|
|
Categories.init = function() {
|
|
|
|
|