mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
remove translator
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
/* globals app, define, ajaxify, socket, bootbox, utils, templates */
|
/* globals app, define, ajaxify, socket, bootbox, utils, templates */
|
||||||
|
|
||||||
define('forum/groups/list', ['forum/infinitescroll', 'translator'], function(infinitescroll, translator) {
|
define('forum/groups/list', ['forum/infinitescroll'], function(infinitescroll) {
|
||||||
var Groups = {};
|
var Groups = {};
|
||||||
|
|
||||||
Groups.init = function() {
|
Groups.init = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user