From 492962520ec0fdf018b18e195efe7478133a3dab Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 28 Oct 2014 15:29:39 -0700 Subject: [PATCH] CLOUDSTACK-7809: UI > remove unnecessary cookie 'networktype'. --- ui/scripts/cloudStack.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/scripts/cloudStack.js b/ui/scripts/cloudStack.js index 6b4e15a8e9d..0e63522971f 100644 --- a/ui/scripts/cloudStack.js +++ b/ui/scripts/cloudStack.js @@ -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);