From 9f01447d732f9784739afdf41f1d2356bc417ed6 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 15:16:50 +0200 Subject: [PATCH] first --- frontend/views/layouts/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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