Author: marcus
Date: Sat Oct 21 17:44:00 2017
New Revision: 1812839

URL: http://svn.apache.org/viewvc?rev=1812839&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/download/index.html

Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1812839&r1=1812838&r2=1812839&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Sat Oct 21 17:44:00 
2017
@@ -13,12 +13,12 @@
   <meta property="og:image" 
content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png"; />
   <meta name="description" content="Official Apache OpenOffice download page. 
Join the OpenOffice revolution, the free office productivity suite with over 
225 million trusted downloads." />
   <title>Apache OpenOffice - Official Download</title>
-  <script type="text/javascript" src="./globalvars.js"></script>
-  <script type="text/javascript" src="./msg_prop_l10n_en.js"></script>
-  <script type="text/javascript" src="./languages.js"></script>
-  <script type="text/javascript" src="./release_matrix.js"></script>
-  <script type="text/javascript" src="./boxed_download.js"></script>
-  <script type="text/javascript" src="./download.js"></script>
+  <script type="text/javascript" src="./globalvars.js?v=1"></script>
+  <script type="text/javascript" src="./msg_prop_l10n_en.js?v=1"></script>
+  <script type="text/javascript" src="./languages.js?v=1"></script>
+  <script type="text/javascript" src="./release_matrix.js?v=1"></script>
+  <script type="text/javascript" src="./boxed_download.js?v=1"></script>
+  <script type="text/javascript" src="./download.js?v=1"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/


Reply via email to