This commit is contained in:
florian HENRY 2017-10-16 21:08:09 +02:00
parent 17db813a4e
commit 51ce8bf2a5

View File

@ -4713,7 +4713,7 @@ abstract class CommonObject
} }
$out .= "\n"; $out .= "\n";
// Add code to manage list depending on others // Add code to manage list depending on others
if (! empty($conf->use_javascript_ajax)) if (! empty($conf->use_javascript_ajax)) {
$out .= ' $out .= '
<script type="text/javascript"> <script type="text/javascript">
jQuery(document).ready(function() { jQuery(document).ready(function() {
@ -4745,6 +4745,7 @@ abstract class CommonObject
</script>'."\n"; </script>'."\n";
$out .= '<!-- /showOptionalsInput --> '."\n"; $out .= '<!-- /showOptionalsInput --> '."\n";
} }
}
return $out; return $out;
} }