Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander 'alexfinn' Ivanov <hrafn@hrafn.me>2014-08-29 23:00:36 +0400
committerAlexander 'alexfinn' Ivanov <hrafn@hrafn.me>2014-08-29 23:00:36 +0400
commitabd7162a27000becf524ab9d6d2d54037bbe601f (patch)
treec65def3c5afef68a572f717a4b4e58cbe1a3491a
parent5a7cfafdf6fc9ca410ccfb58a18d87088e8ab7bb (diff)
Update analytics.html
Removed Piwik analytics web address
-rw-r--r--layouts/chrome/analytics.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/chrome/analytics.html b/layouts/chrome/analytics.html
index a3f48dd..69ad7fe 100644
--- a/layouts/chrome/analytics.html
+++ b/layouts/chrome/analytics.html
@@ -4,12 +4,12 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
- var u=(("https:" == document.location.protocol) ? "https" : "http") + "://stat.alexfinn.eu/";
+ var u=(("https:" == document.location.protocol) ? "https" : "http") + ":change-me";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 4]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
-<noscript><p><img src="http://stat.alexfinn.eu/piwik.php?idsite=4" style="border:0;" alt="" /></p></noscript>
+<noscript><p><img src="http://change-me" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->