You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/05/17 15:56:54 UTC

svn commit: r1795428 - in /openoffice/ooo-site/trunk: content/google-analytics.js content/scripts/entourage.js content/scripts/google-analytics.js templates/skeleton.html

Author: mseidel
Date: Wed May 17 15:56:54 2017
New Revision: 1795428

URL: http://svn.apache.org/viewvc?rev=1795428&view=rev
Log:
Moved script for Google Analytics into subfolder /scripts

Added:
    openoffice/ooo-site/trunk/content/scripts/google-analytics.js
      - copied unchanged from r1795427, openoffice/ooo-site/trunk/content/google-analytics.js
Removed:
    openoffice/ooo-site/trunk/content/google-analytics.js
Modified:
    openoffice/ooo-site/trunk/content/scripts/entourage.js
    openoffice/ooo-site/trunk/templates/skeleton.html

Modified: openoffice/ooo-site/trunk/content/scripts/entourage.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/scripts/entourage.js?rev=1795428&r1=1795427&r2=1795428&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/scripts/entourage.js (original)
+++ openoffice/ooo-site/trunk/content/scripts/entourage.js Wed May 17 15:56:54 2017
@@ -76,4 +76,6 @@ window.entourage = entourage;
 //Execute entourage onload - ensuring links are present in the DOM
 window.onload = entourage.initialize;
 })();
-</script>
\ No newline at end of file
+</script>
+
+

Modified: openoffice/ooo-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/templates/skeleton.html?rev=1795428&r1=1795427&r2=1795428&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/templates/skeleton.html (original)
+++ openoffice/ooo-site/trunk/templates/skeleton.html Wed May 17 15:56:54 2017
@@ -7,7 +7,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 {% if headers.css %}<link href="{{ headers.css }}" rel="stylesheet" type="text/css">{% endif %}
 {% endif %}
-<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/google-analytics.js" --> 
 <!--#include virtual="/scripts/entourage.js" -->
 </head>
 <body{% if bodytag %} {{ bodytag|safe }}{% endif %}>