Author: marcus
Date: Mon Aug 27 20:26:19 2012
New Revision: 1377829

URL: http://svn.apache.org/viewvc?rev=1377829&view=rev
Log:
Changed the max. of rows before a new sub-table header is printed

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js?rev=1377829&r1=1377828&r2=1377829&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js 
(original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon 
Aug 27 20:26:19 2012
@@ -329,7 +329,7 @@ function write_build( URL_AOO, URL_HASH,
 
        // When enough rows are on the screen then write a small header for 
better visual orientation
        ROW_COUNT++;
-       if ( ROW_COUNT == 21 ) {
+       if ( ROW_COUNT == 9 ) {
                write_top();
                write_header( 0 );
                ROW_COUNT = 1;


Reply via email to