Commit 9f01447d732f9784739afdf41f1d2356bc417ed6

Authored by Виталий
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 35 $('#google_plus').stop(false, true).fadeOut(0);
36 36 $('.fb-page').stop(false, true).height(320).fadeIn(0);
37 37 $('.fb_iframe_widget ').height(320);
38   - });
  38 +
39 39  
40 40 $('.gp').click(function(e) {
41 41 e.preventDefault();
... ... @@ -101,7 +101,7 @@ AppAsset::register($this);
101 101 $('#ok_group_widget').stop(false, true).fadeOut(0);
102 102 $('.fb-page').stop(false, true).fadeIn(0);
103 103 });
104   -
  104 + });
105 105 </script>
106 106 </head>
107 107 <body>
... ...