From c33c24eb72bb0730e2a72342fbd3887e07f6c203 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 5 Apr 2023 11:52:55 -0600 Subject: [PATCH] Api: Remove call to jQuery.dialog --- api/js/jsapi/egw_app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/js/jsapi/egw_app.ts b/api/js/jsapi/egw_app.ts index bcaa351056..ed359fa260 100644 --- a/api/js/jsapi/egw_app.ts +++ b/api/js/jsapi/egw_app.ts @@ -1040,8 +1040,6 @@ export abstract class EgwApp // Try to update nextmatch favorites too this._refresh_fav_nm(); } - - jQuery(this).dialog("close"); };