diff --git a/core/core.js.php b/core/core.js.php index afceb326..e97e0bf7 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -490,26 +490,6 @@ $(document).ready(function(){ }; }); - /** - * Active le système d'aide interne - * - */ - - $(".buttonHelp").click(function() { - $(".helpDisplayContent").slideToggle(); - /** - if( $(".buttonHelp").css('opacity') > '0.75'){ - $(".buttonHelp").css('opacity','0.5'); - } - else{ - $(".buttonHelp").css('opacity','1'); - } - */ - }); - - $(".helpDisplayContent").click(function() { - $(".helpDisplayContent").slideToggle(); - }); /** * Remove ID Facebook from URL diff --git a/core/layout/common.css b/core/layout/common.css index d21cb214..0cd8c3ed 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1743,22 +1743,6 @@ th.col12 { width: 60%; } -/* Système d'aide */ - -.helpDisplayContent { - display: none; - width: 100%; - padding: 10px 10px; - -webkit-box-shadow: 5px 5px 11px 0px #222222; - box-shadow: 5px 5px 11px 0px #222222; - border-radius: 5px; - z-index: 30; -} - -.helpDisplayContent, .helpDisplayButton { - cursor: pointer; -} - /* Bannière masquable en petit écran*/ @media screen and (max-width: 768px) { .bannerDisplay{ diff --git a/core/module/addon/view/index/index.php b/core/module/addon/view/index/index.php index 2b3a1767..254d9834 100644 --- a/core/module/addon/view/index/index.php +++ b/core/module/addon/view/index/index.php @@ -30,10 +30,6 @@ ]); ?> - -
- -