moved iconSelect to admin/modules

v1.18.x
psychobunny 11 years ago
parent e95c68e7d6
commit cad3f3017c

@ -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('admin/manage/categories', ['uploader', 'admin/iconSelect'], function(uploader, iconSelect) { define('admin/manage/categories', ['uploader', 'admin/modules/iconSelect'], function(uploader, iconSelect) {
var Categories = {}; var Categories = {};
Categories.init = function() { Categories.init = function() {

@ -1,7 +1,7 @@
"use strict"; "use strict";
/*global define, templates, socket, ajaxify, app, bootbox*/ /*global define, templates, socket, ajaxify, app, bootbox*/
define('admin/manage/groups', ['admin/iconSelect'], function(iconSelect) { define('admin/manage/groups', ['admin/modules/iconSelect'], function(iconSelect) {
var Groups = {}; var Groups = {};
Groups.init = function() { Groups.init = function() {

@ -1,5 +1,4 @@
"use strict";
'use strict';
/* globals define, bootbox */ /* globals define, bootbox */
Loading…
Cancel
Save