Revert "PMCORE-3679 (pull request #8422)"

This commit is contained in:
Paula Quispe
2022-04-14 13:01:53 +00:00
parent 50d864ffce
commit fb606d5611
4 changed files with 5 additions and 5 deletions

View File

@@ -1224,7 +1224,7 @@ class PmDynaform
var pathRTLCss = \"" . $this->pathRTLCss . "\";
var delIndex = " . (isset($this->fields["DEL_INDEX"]) ? $this->fields["DEL_INDEX"] : "0") . ";
" . $this->getTheStringVariableForGoogleMaps() . "\n
$(window).on('load',(function ()
$(window).load(function ()
{
var data = jsondata;
@@ -1288,7 +1288,7 @@ class PmDynaform
"var delIndex = " . (isset($this->fields["DEL_INDEX"]) ? $this->fields["DEL_INDEX"] : "0") . ";\n" .
"var leaveCaseWarning = " . $this->getLeaveCaseWarning() . ";\n" .
$this->getTheStringVariableForGoogleMaps() . "\n" .
"$(window).on('load',(function () {\n" .
"$(window).load(function () {\n" .
" var data = jsondata;\n" .
" window.dynaform = new PMDynaform.core.Project({\n" .
" data: data,\n" .