mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7809: UI > remove unnecessary cookie 'networktype'.
This commit is contained in:
parent
41fd7b2a5f
commit
4d06eef3b5
|
|
@ -365,8 +365,7 @@
|
|||
$.cookie('username', null);
|
||||
$.cookie('account', null);
|
||||
$.cookie('domainid', null);
|
||||
$.cookie('role', null);
|
||||
$.cookie('networktype', null);
|
||||
$.cookie('role', null);
|
||||
$.cookie('timezoneoffset', null);
|
||||
$.cookie('timezone', null);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue