mirror of https://github.com/apache/cloudstack.git
Close region selector on overlay click
This commit is contained in:
parent
affd70ddcd
commit
84b73b979f
|
|
@ -188,7 +188,7 @@
|
|||
closeRegionSelector();
|
||||
} else {
|
||||
$regionSwitcherButton.addClass('active');
|
||||
$regionSelector.fadeIn('fast').overlay();
|
||||
$regionSelector.fadeIn('fast').overlay({ closeAction: closeRegionSelector });
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue