Api: Remove call to jQuery.dialog

This commit is contained in:
nathan 2023-04-05 11:52:55 -06:00
parent 459b8b4d4d
commit c33c24eb72

View File

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