Author: buildbot
Date: Wed Jun 4 21:19:14 2014
New Revision: 911355
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 4 21:19:14 2014
@@ -1 +1 @@
-1600502
+1600504
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 4 21:19:14 2014
@@ -1 +1 @@
-1600502
+1600504
Modified:
websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
Wed Jun 4 21:19:14 2014
@@ -300,7 +300,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;