mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
Add splitter.js and make et2_dialog available globally
This commit is contained in:
@ -903,4 +903,6 @@ export class et2_dialog extends et2_widget {
|
||||
return dialog;
|
||||
}
|
||||
}
|
||||
// make et2_dialog publicly available as we need to call it from templates
|
||||
window['et2_dialog'] = et2_dialog;
|
||||
et2_register_widget(et2_dialog, ["dialog"]);
|
Reference in New Issue
Block a user