mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Replace missing widgit registration
This commit is contained in:
parent
4c46d3f4de
commit
bd584dc991
@ -793,4 +793,5 @@ var et2_dialog = /** @class */ (function (_super) {
|
||||
et2_dialog.NO_BUTTON = 3;
|
||||
return et2_dialog;
|
||||
}(et2_core_widget_1.et2_widget));
|
||||
et2_register_widget(et2_dialog, ["dialog"]);
|
||||
//# sourceMappingURL=et2_widget_dialog.js.map
|
File diff suppressed because one or more lines are too long
@ -831,4 +831,5 @@ class et2_dialog extends et2_widget {
|
||||
|
||||
return dialog;
|
||||
}
|
||||
}
|
||||
}
|
||||
et2_register_widget(et2_dialog, ["dialog"]);
|
Loading…
Reference in New Issue
Block a user