fix cookie setup (use correct name)
This commit is contained in:
parent
e9b7ca9633
commit
757cc58a6c
4
Utils.js
4
Utils.js
@ -5,8 +5,8 @@ Ext.ns('Proxmox.Setup');
|
||||
function gettext(buf) { return buf; }
|
||||
|
||||
|
||||
if (!Ext.isDefined(Proxmox.Setup.auth_cookie)) {
|
||||
trow "Proxmox library not initialize";
|
||||
if (!Ext.isDefined(Proxmox.Setup.auth_cookie_name)) {
|
||||
throw "Proxmox library not initialized";
|
||||
}
|
||||
|
||||
// avoid errors related to Accessible Rich Internet Applications
|
||||
|
Loading…
Reference in New Issue
Block a user