diff --git a/htdocs/core/class/commonsocialnetworks.class.php b/htdocs/core/class/commonsocialnetworks.class.php index aa4527b329e..7d0b6a9139e 100644 --- a/htdocs/core/class/commonsocialnetworks.class.php +++ b/htdocs/core/class/commonsocialnetworks.class.php @@ -53,11 +53,11 @@ trait CommonSocialNetworks } if ($nbofnetworks > 1) { - print '
'; + print '
'; //print ''; //print ''; //print '
'; - print ' '.$nbactive.''; + print ' '.$nbactive.''; print ''; print ''; } @@ -85,6 +85,7 @@ trait CommonSocialNetworks jQuery(".socialnetworklnk").click(function() { console.log("Click on link"); toogleSocialNetwork(true); + return false; }); function toogleSocialNetwork(chgCookieState) {