fixed ACP from previous commit

This commit is contained in:
psychobunny
2014-10-08 16:08:35 -04:00
parent 0f759f9df4
commit ed60deb3f5
22 changed files with 26 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
/*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 = {};
Categories.init = function() {