mirror of https://github.com/apache/cloudstack.git
cloudStack - Elastic Load Balancer - fix a bug that g_supportELB became null on 2nd browser window (2nd browser window doesn't require login).
This commit is contained in:
parent
bd5bc4d39d
commit
e3e4870953
|
|
@ -800,7 +800,10 @@ $(document).ready(function() {
|
|||
g_timezone = g_loginResponse.timezone;
|
||||
g_timezoneoffset = g_loginResponse.timezoneoffset;
|
||||
}
|
||||
|
||||
|
||||
if(g_supportELB == null)
|
||||
g_supportELB = $.cookie("supportELB");
|
||||
|
||||
$.ajax({
|
||||
data: createURL("command=listCapabilities"),
|
||||
dataType: "json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue