]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/Utils.js
utils: Remove outdated url in comment
[proxmox-widget-toolkit.git] / src / Utils.js
index 2c27ece9d63005e6fbe6f29e24d12840d9d1b180..d8c2f3c55e584ee285e458e240592271d9723c96 100644 (file)
@@ -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 <a target="_blank" href="{0}">www.proxmox.com</a> to get a list of available options.', url || 'https://www.proxmox.com');
     },