Skip to content

Commit d43cb5c

Browse files
committed
bug 12368
Ability to select new project, by clicking on 'Project View' again, after an existing project is active.
1 parent 8030991 commit d43cb5c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ui/scripts/ui/core.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@
124124
var $projectSwitcher = $(this);
125125
var $container = $('html body');
126126

127-
if ($target.hasClass('active')) return false;
128-
129127
if ($target.closest('.select.project-view').size()) {
130128
$('#cloudStack3-container').addClass('project-view');
131129
$projectSwitcher.addClass('alt');

0 commit comments

Comments
 (0)