From b93a6c9747133aa899dff5162d56337000cfcf84 Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Mon, 9 Jul 2012 12:56:03 -0400 Subject: [PATCH] BUG 9140 Fix code the JavaScript function contractExpandSubtitle()... SOLVED - The function does not allow objects. - The function ground support type parameters string. --- gulliver/js/form/core/form.js | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gulliver/js/form/core/form.js b/gulliver/js/form/core/form.js index 1268e503c..dee808192 100755 --- a/gulliver/js/form/core/form.js +++ b/gulliver/js/form/core/form.js @@ -2435,12 +2435,14 @@ function contractSubtitle( subTitle ){ } } function expandSubtitle( subTitle ){ - subTitle=getRow(subTitle); - var c=subTitle.cells[0].className; - var a=subTitle.rowIndex; - var t=subTitle.parentNode; - for(var i=a+1,m=t.rows.length;i