forked from joomla/Component-Builder
Fixed gh-522 so that file in assets/js/ containing the added code.
This commit is contained in:
parent
290fe5dfd6
commit
b8c9f964e2
@ -10202,7 +10202,7 @@ class Interpretation extends Fields
|
|||||||
if (isset($list_fileScript) && ComponentbuilderHelper::checkString($list_fileScript))
|
if (isset($list_fileScript) && ComponentbuilderHelper::checkString($list_fileScript))
|
||||||
{
|
{
|
||||||
// load the script
|
// load the script
|
||||||
$this->viewScriptBuilder[$viewName]['list_fileScript'] = $list_fileScript;
|
$this->viewScriptBuilder[$viewName_list]['list_fileScript'] = $list_fileScript;
|
||||||
}
|
}
|
||||||
// make sure there is script to add
|
// make sure there is script to add
|
||||||
if (isset($fileScript) && ComponentbuilderHelper::checkString($fileScript))
|
if (isset($fileScript) && ComponentbuilderHelper::checkString($fileScript))
|
||||||
|
Loading…
Reference in New Issue
Block a user