From 11f124d824b16632b232cfd53cd7b5d3beae5a62 Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Mon, 12 May 2014 10:06:32 -0400 Subject: [PATCH] BUG-14824 Function DynaformOnload not working in designer SOLVED - Runs the loaded twice - Delete call in class.xmlform.php --- gulliver/system/class.xmlform.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index d911142d5..172ae9bde 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -5721,12 +5721,7 @@ class xmlformTemplate extends Smarty $form->jsDesignerPreview = " //JS designer>preview $js - loadForm_" . $form->id . "(\"../gulliver/defaultAjaxDynaform\"); - - if (typeof(dynaformOnload) != \"undefined\") { - dynaformOnload(); - } "; } }