diff options
Diffstat (limited to 'template/frontpage copy.st')
| -rwxr-xr-x | template/frontpage copy.st | 38 |
1 files changed, 9 insertions, 29 deletions
diff --git a/template/frontpage copy.st b/template/frontpage copy.st index 2cd3d0c..4549dd7 100755 --- a/template/frontpage copy.st +++ b/template/frontpage copy.st @@ -1,14 +1,6 @@ <html> <head> - <script type="text/javascript"> -function refreshing() -{ -frm=document.getElementsByName("posts")[0]; -frm.src=frm.src; -setTimeout("refreshing()",300000); -} -</script> - <title>dump.fm</title> + <title>dump.fm</title> <!---HEAD ---> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps"> @@ -34,27 +26,15 @@ setTimeout("refreshing()",300000); <link rel="shortcut icon" href="/static/favicon.ico"> <!--END HEAD--> - <script> - var Recips = []; - jQuery(function() { - initLog(Recips) - }); - </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> + var Recips = []; + var MasonryColumnWidth = 275; + </script> + <script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script> + <script type="text/javascript" src="/static/js/pages/frontpage_refresh.js?v=20260203"></script> -</script> - - - + + </head> |
