mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
fixed ACP from previous commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
/* global socket, define, templates, bootbox, app, ajaxify, */
|
||||
define('forum/admin/manage/users', ['admin/selectable'], function(selectable) {
|
||||
define('admin/manage/users', ['admin/selectable'], function(selectable) {
|
||||
var Users = {};
|
||||
|
||||
Users.init = function() {
|
||||
|
||||
Reference in New Issue
Block a user