Author: marcus
Date: Wed Jun  4 21:18:03 2014
New Revision: 1600504

URL: http://svn.apache.org/r1600504
Log:
Fixed wrong used 'id' value for the table

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

Modified: openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html?rev=1600504&r1=1600503&r2=1600504&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html Wed 
Jun  4 21:18:03 2014
@@ -284,7 +284,7 @@
        // Assign the respective table cell with the variable or function.
        // Start with the 20th row (i = 19) in the 2nd cell (1), count through 
the elements array (j):
        for( var i = 19, j = 0, k = elements.length; j < k; i++, j++ ) {
-               document.getElementById( "js_dl_values" ).rows[ i ].cells[ 1 
].innerHTML = elements[ j ];
+               document.getElementById( "table_data" ).rows[ i ].cells[ 1 
].innerHTML = elements[ j ];
        }
 
        return;


Reply via email to