diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index c314808..5672ab1 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -35,7 +35,7 @@ AppAsset::register($this); $('#google_plus').stop(false, true).fadeOut(0); $('.fb-page').stop(false, true).height(320).fadeIn(0); $('.fb_iframe_widget ').height(320); - }); + $('.gp').click(function(e) { e.preventDefault(); @@ -101,7 +101,7 @@ AppAsset::register($this); $('#ok_group_widget').stop(false, true).fadeOut(0); $('.fb-page').stop(false, true).fadeIn(0); }); - + }); -- libgit2 0.21.4