From ff23b0c0a65f27c234c14021ab6801b41007b185 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 7 Dec 2014 12:10:50 +0100 Subject: [PATCH] Fix: No print --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index b70820463b0..272798a6f65 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -827,7 +827,7 @@ class Form { if (count($events)) // Add management of event { - print '<script type="text/javascript"> + $out.='<script type="text/javascript"> $(document).ready(function() { jQuery("#'.$htmlname.'").change(function () { var obj = '.json_encode($events).'; -- GitLab