You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2017/10/21 17:51:50 UTC

svn commit: r1812840 - /openoffice/ooo-site/trunk/content/index.html

Author: marcus
Date: Sat Oct 21 17:51:50 2017
New Revision: 1812840

URL: http://svn.apache.org/viewvc?rev=1812840&view=rev
Log:
Add a parameter to every JS file. This will work as version and makes sure that the browser reloads the respective files from the webserver when the file is not in the browser's cache (kind of forced reload of the files).

Modified:
    openoffice/ooo-site/trunk/content/index.html

Modified: openoffice/ooo-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1812840&r1=1812839&r2=1812840&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Sat Oct 21 17:51:50 2017
@@ -11,10 +11,10 @@
     <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
     <link rel="icon" href="/favicon.ico" type="image/x-icon" />
     <title>Apache OpenOffice - Official Site - The Free and Open Productivity Suite</title>
-    <script type="text/javascript" src="/download/globalvars.js"></script>
-    <script type="text/javascript" src="/msg_prop_l10n.js"></script>
-    <script type="text/javascript" src="/download/languages.js"></script>
-    <script type="text/javascript" src="/download/download.js"></script>
+    <script type="text/javascript" src="/download/globalvars.js?v=1"></script>
+    <script type="text/javascript" src="/msg_prop_l10n.js?v=1"></script>
+    <script type="text/javascript" src="/download/languages.js?v=1"></script>
+    <script type="text/javascript" src="/download/download.js?v=1"></script>
     <style type="text/css">
     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/