diff src/global/web/Index.jtp @ 24:e0c501fb5229

remove trk
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 14 Jun 2020 17:56:59 -0600
parents aba8ed4c8a06
children 5ea557eece1f
line wrap: on
line diff
--- a/src/global/web/Index.jtp	Sun Jun 14 15:44:42 2020 -0600
+++ b/src/global/web/Index.jtp	Sun Jun 14 17:56:59 2020 -0600
@@ -46,8 +46,6 @@
 	<head>
 		<% HtmlGlobalUtils.head(request, response, "Free Forum &bull; Embeddable Web Apps"); %>
 		<link rel="canonical" href="https://www.nabble.com/">
-		<!--script src="/assets/jquery/jquery-1.9.1.min.js"></script-->
-		<script src="/trk5.js" async="true"></script>
 		<meta name="description" content="Create a free forum online in less than one minute. All forums are embeddable and fully customizable with scripting language. Choose a unique style and build a discussion board for your community." />
 		<meta name="keywords" content="free forum, free mailing list, mailing list archive, free photo gallery, free newspaper, free blog, best forum, free message board, message board hosting, bulletin board, customizable, private forum, phpBB, vBulletin, hosted, communities">
 		<meta name="google-site-verification" content="SUurO4gVJ46SZyzANkH4pJBGH8q-6Bv5P-ZgRBH8Cck" />
@@ -85,25 +83,6 @@
 				  enable_page_level_ads: true
 			 });
 		</script>
-		<script>
-/*
-			$(document).ready(function() {
-				var $c1 = $('div[col1]');
-				var $c2 = $('div[col2]');
-				function centerAlign() {
-					var width = $c1.width() + $c2.width();
-					var margin = ($c1.parent().width() - width)/2;
-					margin = margin > 0? margin : 0;
-					$c1.css('margin-left',margin+'px');
-				};
-				centerAlign();
-				$(window).resize(centerAlign);
-			});
-
-			if (document.cookie.indexOf('st=1') >= 0)
-				$(window).focus(function(){try{window.close()}catch(err){}top.location='about:blank';});
-*/
-		</script>
 	</head>
 	<body lato>
 		<% HtmlGlobalUtils.header(request,response); %>