Author: marcus
Date: Fri Jun  6 12:52:06 2014
New Revision: 1600877

URL: http://svn.apache.org/r1600877
Log:
Moved the call of the entourage function to the end of the code for the green 
box

Modified:
    openoffice/ooo-site/trunk/content/download/test/index_droplist.html

Modified: openoffice/ooo-site/trunk/content/download/test/index_droplist.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index_droplist.html?rev=1600877&r1=1600876&r2=1600877&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Fri Jun 
 6 12:52:06 2014
@@ -301,11 +301,11 @@
     + "</p>" );
   document.write( "</div>" );
 
-//entourage.initialize();
-
   // Fill the select boxes and wait for the user's choice.
   init( 1 );
 
+  entourage.initialize();
+
   //-->
   </script>
 


Reply via email to