js cookie

This commit is contained in:
Simon Vieille 2015-11-25 18:35:09 +01:00
parent a5e049a79e
commit a359977a33
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<script src="{{ asset('bundles/deblanblog/js/cleanblog/clean-blog.js') }}"></script>
<script src="{{ asset('bundles/deblanblog/syntaxhighlighter/scripts/shCore.js') }}"></script>
<script src="{{ asset('bundles/deblanblog/syntaxhighlighter/scripts/shAutoloader.js') }}"></script>
<script src="{{ asset('bundles/deblanblog/js/main.js?v=7') }}"></script>
<script src="{{ asset('bundles/deblanblog/js/main.js?v=9') }}"></script>
<noscript><p><img src="https://piwik.deblan.org/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
<!--[if lte IE 8]>

View File

@ -144,7 +144,7 @@ if (!readCookie('private_life')) {
$('#cookie').removeClass('hide').css({
bottom: 0,
position: 'absolute',
position: 'fixed',
width: '100%'
});
}