mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Hide actions buttons on homepage, because of jappix chat.
This commit is contained in:
parent
8777aac73a
commit
2e4a5d4d39
2 changed files with 2 additions and 2 deletions
2
index.md
2
index.md
|
@ -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/';
|
||||
|
|
|
@ -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/';
|
||||
|
|
Loading…
Reference in a new issue