diff options
author | Vitaly Takmazov | 2016-12-12 15:02:20 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-12 15:02:20 +0300 |
commit | 454c0ff323942a15e30111cbbc8f01793d7dd148 (patch) | |
tree | 6d8981a0a523381fb3077c73b65ffd8399c52009 /juick-spring-www/src/main/webapp/WEB-INF/templates | |
parent | 8a6e92fb858ea030dd8d4a1ac5da3c0ca9587b81 (diff) |
juick-spring-www: fix footer template
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html index fc4b7384..da911619 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/footer.html @@ -28,13 +28,13 @@ ga('create','UA-385578-4','juick.com'); ga('require','displayfeatures'); ga('send','pageview'); - <th:block th:if="${sapeon}"> + </script> + <script th:if="${sapeon}"> var _acic={dataProvider:10}; (function(){ var e=document.createElement('script');e.type='text/javascript';e.async=true;e.src='//www2.aci'+'nt.net/aci.js'; var t=document.getElementsByTagName('script')[0];t.parentNode.insertBefore(e,t); })(); - </th:block> </script> </body> </html>
\ No newline at end of file |