Commit 9f01447d732f9784739afdf41f1d2356bc417ed6
1 parent
88cac309
first
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -35,7 +35,7 @@ AppAsset::register($this); | @@ -35,7 +35,7 @@ AppAsset::register($this); | ||
| 35 | $('#google_plus').stop(false, true).fadeOut(0); | 35 | $('#google_plus').stop(false, true).fadeOut(0); |
| 36 | $('.fb-page').stop(false, true).height(320).fadeIn(0); | 36 | $('.fb-page').stop(false, true).height(320).fadeIn(0); |
| 37 | $('.fb_iframe_widget ').height(320); | 37 | $('.fb_iframe_widget ').height(320); |
| 38 | - }); | 38 | + |
| 39 | 39 | ||
| 40 | $('.gp').click(function(e) { | 40 | $('.gp').click(function(e) { |
| 41 | e.preventDefault(); | 41 | e.preventDefault(); |
| @@ -101,7 +101,7 @@ AppAsset::register($this); | @@ -101,7 +101,7 @@ AppAsset::register($this); | ||
| 101 | $('#ok_group_widget').stop(false, true).fadeOut(0); | 101 | $('#ok_group_widget').stop(false, true).fadeOut(0); |
| 102 | $('.fb-page').stop(false, true).fadeIn(0); | 102 | $('.fb-page').stop(false, true).fadeIn(0); |
| 103 | }); | 103 | }); |
| 104 | - | 104 | + }); |
| 105 | </script> | 105 | </script> |
| 106 | </head> | 106 | </head> |
| 107 | <body> | 107 | <body> |