mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-15 22:12:16 +00:00
localizing tabulator dropdown/context menus
This commit is contained in:
@@ -6,7 +6,7 @@ import Module from "../../../../vendor/olifolkerd/tabulator5/src/js/core/Module.
|
||||
import { convertCase } from "../../helpers/StringHelpers.js";
|
||||
|
||||
export default class InternalToExternalEventBroadcastModule extends Module {
|
||||
static moduleName = "internalToExternalEventBroadcastModule";
|
||||
static moduleName = "internalToExternalEventBroadcast";
|
||||
static moduleInitNumber = 1;
|
||||
|
||||
constructor(table) {
|
||||
@@ -27,6 +27,4 @@ export default class InternalToExternalEventBroadcastModule extends Module {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user