mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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 $projectSwitcher = $(this);
|
||||||
var $container = $('html body');
|
var $container = $('html body');
|
||||||
|
|
||||||
if ($target.hasClass('active')) return false;
|
|
||||||
|
|
||||||
if ($target.closest('.select.project-view').size()) {
|
if ($target.closest('.select.project-view').size()) {
|
||||||
$('#cloudStack3-container').addClass('project-view');
|
$('#cloudStack3-container').addClass('project-view');
|
||||||
$projectSwitcher.addClass('alt');
|
$projectSwitcher.addClass('alt');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user