[fix] Hide actions buttons on homepage, because of jappix chat.

This commit is contained in:
opi 2016-03-22 21:44:44 +01:00
parent 8777aac73a
commit 2e4a5d4d39
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,6 @@
scrollTop: jQuery(window).height() + 80
}, 500);
});
// $(".actions").css('opacity', 0);
</script>
@ -152,6 +151,7 @@
<script type="text/javascript">
// Jappix mini chat
jQuery.ajaxSetup({cache: false});
$(".actions").css('opacity', 0);
var ADS_ENABLE = 'off';
var JAPPIX_STATIC = '/jappix/';

View file

@ -146,7 +146,6 @@
scrollTop: jQuery(window).height() + 80
}, 500);
});
// $(".actions").css('opacity', 0);
</script>
@ -154,6 +153,7 @@
<script type="text/javascript">
// Jappix mini chat
jQuery.ajaxSetup({cache: false});
$(".actions").css('opacity', 0);
var ADS_ENABLE = 'off';
var JAPPIX_STATIC = '/jappix/';