Repository: cloudstack Updated Branches: refs/heads/master 41fd7b2a5 -> 4d06eef3b
CLOUDSTACK-7809: UI > remove unnecessary cookie 'networktype'. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4d06eef3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4d06eef3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4d06eef3 Branch: refs/heads/master Commit: 4d06eef3b52cabe110bed8e53a410215761395a3 Parents: 41fd7b2 Author: Jessica Wang <jessicaw...@apache.org> Authored: Tue Oct 28 15:29:39 2014 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Tue Oct 28 15:30:57 2014 -0700 ---------------------------------------------------------------------- ui/scripts/cloudStack.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4d06eef3/ui/scripts/cloudStack.js ---------------------------------------------------------------------- diff --git a/ui/scripts/cloudStack.js b/ui/scripts/cloudStack.js index 6b4e15a..0e63522 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);