commit 2a15c2e57949a72d3b23ffc81c6ed2117069fc11 parent a02380477191a7690d5eac7732f95cc9fcce4e77 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 2 Jan 2015 21:00:53 +0100 try to fix bug with not showed buttons Diffstat:
| M | html_header.php | | | 2 | +- |
| M | post_footer.php | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/html_header.php b/html_header.php @@ -1,5 +1,5 @@ + <script type="text/javascript" src="../../core/libs/theme_engine/jquery/jquery-1.11.2.min.js"></script> <script type="text/javascript" src="../../core/backend/admin/modules/share_buttons/socialshareprivacy/js/jquery.socialshareprivacy.js"></script> - <script type="text/javascript" src="../../core/libs/theme_engine/jquery/jquery-1.11.2.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ if($('#socialshareprivacy').length > 0){ diff --git a/post_footer.php b/post_footer.php @@ -1 +1 @@ -<div id="socialshareprivacy"></div> -\ No newline at end of file +<div id="socialshareprivacy">test</div> +\ No newline at end of file