mirror of https://github.com/apache/cloudstack.git
bug 12368
Ability to select new project, by clicking on 'Project View' again, after an existing project is active.
This commit is contained in:
parent
8030991889
commit
d43cb5cc8c
|
|
@ -124,8 +124,6 @@
|
|||
var $projectSwitcher = $(this);
|
||||
var $container = $('html body');
|
||||
|
||||
if ($target.hasClass('active')) return false;
|
||||
|
||||
if ($target.closest('.select.project-view').size()) {
|
||||
$('#cloudStack3-container').addClass('project-view');
|
||||
$projectSwitcher.addClass('alt');
|
||||
|
|
|
|||
Loading…
Reference in New Issue