diff options
Diffstat (limited to 'template/frontpagePROFILE.st')
| -rwxr-xr-x | template/frontpagePROFILE.st | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index a586c31..5fdef71 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -38,27 +38,15 @@ $endif$ -<!--END HEAD--> -<script> - var Recips = []; - jQuery(function() { - initLog(Recips) - }); - </script> + <!--END HEAD--> + <script> + var Recips = []; + var MasonryColumnWidth = 275; + </script> + <script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script> - <script> -jQuery(window).load(function(){ - jQuery('#posts').masonry({ columnWidth: 275 }); - jQuery('#posts').masonry({ singleMode: true }); - jQuery('#posts').masonry({ resizeable: true }); - jQuery('#posts').masonry({ animate: true}); - - - }); -</script> - - - + + </head> |
