[Libreoffice-commits] .: Branch 'tdf-website' - template.php
Michael Meeks
mmeeks at kemper.freedesktop.org
Tue Oct 12 09:15:50 PDT 2010
template.php | 19 -------------------
1 file changed, 19 deletions(-)
New commits:
commit ca0c3c77208152ad1e6e01a346a1b5f78209f15f
Author: Michael Meeks <michael.meeks at novell.com>
Date: Tue Oct 12 17:15:08 2010 +0100
remove chartbeat
diff --git a/template.php b/template.php
index 4f69958..56c6568 100644
--- a/template.php
+++ b/template.php
@@ -130,25 +130,6 @@ function print_page($title, $context, $heading, $content, $subtabs = array())
</div>
</div>
- <script type="text/javascript">
- var _sf_async_config={uid:13150,domain:"documentfoundation.org"};
- (function(){
- function loadChartbeat() {
- window._sf_endpt=(new Date()).getTime();
- var e = document.createElement('script');
- e.setAttribute('language', 'javascript');
- e.setAttribute('type', 'text/javascript');
- e.setAttribute('src',
- (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") +
- "static.chartbeat.com/js/chartbeat.js");
- document.body.appendChild(e);
- }
- var oldonload = window.onload;
- window.onload = (typeof window.onload != 'function') ?
- loadChartbeat : function() { oldonload(); loadChartbeat(); };
- })();
-
- </script>
</body>
</html>
More information about the Libreoffice-commits
mailing list