diff options
Diffstat (limited to 'Server/Plugins/APIDump/WebWorldThreads.html')
-rw-r--r-- | Server/Plugins/APIDump/WebWorldThreads.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Server/Plugins/APIDump/WebWorldThreads.html b/Server/Plugins/APIDump/WebWorldThreads.html index c35aa0337..58333f415 100644 --- a/Server/Plugins/APIDump/WebWorldThreads.html +++ b/Server/Plugins/APIDump/WebWorldThreads.html @@ -69,22 +69,5 @@ cRoot:Get():ForEachWorld( -- For each world... prettyPrint(); </script> </div> - - <!-- Piwik --> - <script type="text/javascript"> - var _paq = _paq || []; - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - (function() { - var u="https://analytics.cuberite.org/"; - _paq.push(['setTrackerUrl', u+'piwik.php']); - _paq.push(['setSiteId', 5]); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.type='text/javascript'; g.async=true; g.defer=true; g.src='piwik.js'; s.parentNode.insertBefore(g,s); - })(); - </script> - <noscript><p><img src="https://analytics.cuberite.org/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript> - <!-- End Piwik Code --> - </body> </html> |