diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 04:58:57 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 04:58:57 +0000 |
| commit | 30ba42b568e765f24b2fd09e51f7a15e564ec5ac (patch) | |
| tree | a63aa70ca51218708495cabf257a6b604ac81972 /template/frontpagePROFILE.st | |
| parent | 8004c1fc7957397577f51a409ec2c504c81d7e85 (diff) | |
Refactor: migrate log templates to log_init
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> |
