From 6c1efb26df2c872437d7e974a9206bd0c26b92b6 Mon Sep 17 00:00:00 2001 From: sebastien_worms Date: Wed, 1 Oct 2014 16:27:08 +0200 Subject: [PATCH] track.js | trackURL : switched to protocol relative. --- js/track.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/track.js b/js/track.js index 96c73fe..f0cbbd6 100644 --- a/js/track.js +++ b/js/track.js @@ -4,7 +4,7 @@ /* global _wt1Q:true, console:false */ /* jshint sub:true, eqnull:true */ -var trackURL = "http://localhost:8080/wt1/public/p.gif"; +var trackURL = "//localhost:8080/wt1/public/p.gif"; var sessionLifetimeMinutes = 3; var visitorLifeTimeMinutes = 2 * 365 * 24 * 60;