mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
fix missing translator
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
/*global define, socket, app, bootbox, templates, ajaxify, Sortable */
|
/*global define, socket, app, bootbox, templates, ajaxify, Sortable */
|
||||||
|
|
||||||
define('admin/manage/categories', ['vendor/jquery/serializeObject/jquery.ba-serializeobject.min', 'translator'], function(translator) {
|
define('admin/manage/categories', ['vendor/jquery/serializeObject/jquery.ba-serializeobject.min', 'translator'], function(serialize, translator) {
|
||||||
var Categories = {}, newCategoryId = -1, sortables;
|
var Categories = {}, newCategoryId = -1, sortables;
|
||||||
|
|
||||||
Categories.init = function() {
|
Categories.init = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user