mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
moved iconSelect to admin/modules
This commit is contained in:
@@ -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 */
|
||||||
|
|
||||||
Reference in New Issue
Block a user