mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
remove unused deps
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
||||||
define('forum/categories', ['components', 'translator', 'benchpress'], function (components, translator, Benchpress) {
|
define('forum/categories', ['components'], function (components) {
|
||||||
var categories = {};
|
var categories = {};
|
||||||
|
|
||||||
$(window).on('action:ajaxify.start', function (ev, data) {
|
$(window).on('action:ajaxify.start', function (ev, data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user