Update commonobject.class.php

This commit is contained in:
Frédéric FRANCE 2021-03-03 12:24:44 +01:00 committed by GitHub
parent a8bf47b9ce
commit 2d9f00eb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7519,7 +7519,7 @@ abstract class CommonObject
*/ */
public function getJSListDependancies($type = '_extra') public function getJSListDependancies($type = '_extra')
{ {
$out .= ' $out = '
<script> <script>
jQuery(document).ready(function() { jQuery(document).ready(function() {
function showOptions'.$type.'(child_list, parent_list, orig_select) function showOptions'.$type.'(child_list, parent_list, orig_select)