Repository: cloudstack
Updated Branches:
  refs/heads/4.5 1ea6f7dd5 -> 492962520


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/49296252
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/49296252
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/49296252

Branch: refs/heads/4.5
Commit: 492962520ec0fdf018b18e195efe7478133a3dab
Parents: 1ea6f7d
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:29:39 2014 -0700

----------------------------------------------------------------------
 ui/scripts/cloudStack.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/49296252/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);
                         

Reply via email to