Commit ee30efee15914f0ec27c05e243e1e499c64118bf
1 parent
e9a5649e
first
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -26,15 +26,15 @@ AppAsset::register($this); |
26 | 26 | <?php $this->head() ?> |
27 | 27 | <script type="text/javascript"> |
28 | 28 | $(document).ready(function(){ |
29 | -// | |
30 | -// $('.fb').css('background-color','#354f89'); | |
31 | -// $('.gp, .vk , .tw, .ok ').css('background-color','#bcbcbc'); | |
32 | -// $('#ok_group_widget').stop(false, true).fadeOut(0); | |
33 | -// $('#vk_2').stop(false, true).fadeOut(0); | |
34 | -// $('#twitter').stop(false, true).fadeOut(0); | |
35 | -// $('#google_plus').stop(false, true).fadeOut(0); | |
36 | -// $('.fb-page').stop(false, true).height(320).fadeIn(0); | |
37 | -// $('.fb_iframe_widget ').height(320); | |
29 | + | |
30 | + $('.fb').css('background-color','#354f89'); | |
31 | + $('.gp, .vk , .tw, .ok ').css('background-color','#bcbcbc'); | |
32 | + $('#ok_group_widget').stop(false, true).fadeOut(0); | |
33 | + $('#vk_2').stop(false, true).fadeOut(0); | |
34 | + $('#twitter').stop(false, true).fadeOut(0); | |
35 | + $('#google_plus').stop(false, true).fadeOut(0); | |
36 | + $('.fb-page').stop(false, true).height(320).fadeIn(0); | |
37 | + $('.fb_iframe_widget ').height(320); | |
38 | 38 | |
39 | 39 | |
40 | 40 | $('.gp').click(function(e) { | ... | ... |