Merge branch '3.7' of git@github.com:Dolibarr/dolibarr.git into 3.7
This commit is contained in:
commit
dce4b4acc2
@ -827,7 +827,7 @@ class Form
|
|||||||
{
|
{
|
||||||
if (count($events)) // Add management of event
|
if (count($events)) // Add management of event
|
||||||
{
|
{
|
||||||
print '<script type="text/javascript">
|
$out.='<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
jQuery("#'.$htmlname.'").change(function () {
|
jQuery("#'.$htmlname.'").change(function () {
|
||||||
var obj = '.json_encode($events).';
|
var obj = '.json_encode($events).';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user