diff --git a/api/js/etemplate/et2_widget_dialog.js b/api/js/etemplate/et2_widget_dialog.js index 81dddb57ff..bf489507a9 100644 --- a/api/js/etemplate/et2_widget_dialog.js +++ b/api/js/etemplate/et2_widget_dialog.js @@ -840,5 +840,7 @@ et2_dialog.CANCEL_BUTTON = 0; et2_dialog.OK_BUTTON = 1; et2_dialog.YES_BUTTON = 2; et2_dialog.NO_BUTTON = 3; +// make et2_dialog publicly available as we need to call it from templates +window['et2_dialog'] = et2_dialog; et2_register_widget(et2_dialog, ["dialog"]); //# sourceMappingURL=et2_widget_dialog.js.map \ No newline at end of file diff --git a/api/js/etemplate/et2_widget_dialog.ts b/api/js/etemplate/et2_widget_dialog.ts index 3b1a53b86a..1458cf2bb0 100644 --- a/api/js/etemplate/et2_widget_dialog.ts +++ b/api/js/etemplate/et2_widget_dialog.ts @@ -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"]); \ No newline at end of file diff --git a/api/js/jquery/jquery.noconflict.js b/api/js/jquery/jquery.noconflict.js index 612f3997c9..b3c8a763ef 100644 --- a/api/js/jquery/jquery.noconflict.js +++ b/api/js/jquery/jquery.noconflict.js @@ -17,5 +17,6 @@ /api/js/jquery/jquery-ui-timepicker-addon.js; /vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js; /vendor/egroupware/magicsuggest/magicsuggest.js; + /api/js/jquery/jquery.splitter.js; */ jQuery.noConflict(); \ No newline at end of file