|
|
@ -1,7 +1,7 @@
|
|
|
|
"use strict";
|
|
|
|
"use strict";
|
|
|
|
/*global define, socket, app, bootbox, templates, ajaxify, RELATIVE_PATH*/
|
|
|
|
/*global define, socket, app, bootbox, templates, ajaxify, RELATIVE_PATH*/
|
|
|
|
|
|
|
|
|
|
|
|
define('forum/admin/manage/categories', ['uploader', 'forum/admin/iconSelect'], function(uploader, iconSelect) {
|
|
|
|
define('admin/manage/categories', ['uploader', 'admin/iconSelect'], function(uploader, iconSelect) {
|
|
|
|
var Categories = {};
|
|
|
|
var Categories = {};
|
|
|
|
|
|
|
|
|
|
|
|
Categories.init = function() {
|
|
|
|
Categories.init = function() {
|
|
|
|