Api: Remove call to jQuery.dialog

This commit is contained in:
nathan 2023-04-05 11:52:55 -06:00
parent aa89bf82af
commit 8ec449403f

View File

@ -1040,8 +1040,6 @@ export abstract class EgwApp
// Try to update nextmatch favorites too // Try to update nextmatch favorites too
this._refresh_fav_nm(); this._refresh_fav_nm();
} }
jQuery(this).dialog("close");
}; };