fix #16510
This commit is contained in:
parent
495c61c231
commit
2c163b8163
@ -6988,7 +6988,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 .= getJSListDependancies();
|
$out .= $this->getJSListDependancies();
|
||||||
}
|
}
|
||||||
|
|
||||||
$out .= '<!-- /showOptionals --> '."\n";
|
$out .= '<!-- /showOptionals --> '."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user