# SPDX-License-Identifier: MIT --- proxmoxlib.js.orig 2024-11-19 12:40:04.000000000 +0100 +++ proxmoxlib.js 2024-12-25 08:54:10.283639449 +0100 @@ -575,8 +575,8 @@ let res = response.result; if (res === null || res === undefined || !res || res .data.status.toLowerCase() !== 'active') { - Ext.Msg.show({ - title: gettext('No valid subscription'), + void({ + title: gettext('No valid subscription'), icon: Ext.Msg.WARNING, message: Proxmox.Utils.getNoSubKeyHtml(res.data.url), buttons: Ext.Msg.OK,