Close region selector on overlay click
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/84b73b97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/84b73b97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/84b73b97 Branch: refs/heads/master Commit: 84b73b979ff005d85c808a84ef58b60931c9cb77 Parents: affd70d Author: Brian Federle <[email protected]> Authored: Tue Feb 26 15:08:07 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Feb 26 15:08:07 2013 -0800 ---------------------------------------------------------------------- ui/scripts/ui/core.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/84b73b97/ui/scripts/ui/core.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui/core.js b/ui/scripts/ui/core.js index c4992c5..3fc1f59 100644 --- a/ui/scripts/ui/core.js +++ b/ui/scripts/ui/core.js @@ -188,7 +188,7 @@ closeRegionSelector(); } else { $regionSwitcherButton.addClass('active'); - $regionSelector.fadeIn('fast').overlay(); + $regionSelector.fadeIn('fast').overlay({ closeAction: closeRegionSelector }); } });
