mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Add UIElements to plugins utils
This commit is contained in:
parent
5381ef9604
commit
f033ea0b1d
@ -3925,7 +3925,7 @@ define([
|
||||
|
||||
// EXTENSION_POINT:ADMIN_ITEM
|
||||
let utils = {
|
||||
h, Util, Hash
|
||||
h, Util, Hash, UIElements
|
||||
};
|
||||
common.getExtensionsSync('ADMIN_ITEM').forEach(ext => {
|
||||
if (!ext || !ext.id || typeof(ext.getContent) !== "function") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user