From 575b4f3790980434bfcf0cdddcc13f0d255bb0c2 Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Fri, 11 Aug 2023 12:43:54 +0200 Subject: [PATCH] utils: Remove outdated url in comment Signed-off-by: Christian Ebner --- src/Utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Utils.js b/src/Utils.js index 2c27ece..d8c2f3c 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -151,7 +151,6 @@ utilities: { }, getNoSubKeyHtml: function(url) { - // url http://www.proxmox.com/products/proxmox-ve/subscription-service-plans return Ext.String.format('You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.', url || 'https://www.proxmox.com'); },