fix: [decaying:decaying_tool] Fixed page failing to load due to missing jquery-ui

pull/8530/head
Sami Mokaddem 2022-07-21 12:05:59 +02:00
parent 2a44abcd12
commit 77213f2322
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
<?php
echo $this->element('genericElements/assetLoader', array(
'css' => array('decayingTool'),
'js' => array('d3', 'Chart.min', 'decayingTool')
'js' => array('d3', 'Chart.min', 'decayingTool', 'jquery-ui.min')
));
?>