chg: [UI] jquery-ui re-added to fix the report extraction

pull/8367/head
iglocska 2022-05-05 15:54:59 +02:00
parent 78e760f831
commit 5d86dd0f80
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
3 changed files with 20375 additions and 1 deletions

View File

@ -14,6 +14,7 @@
'font-awesome',
'chosen.min',
'main',
'jquery-ui',
array('print', array('media' => 'print'))
);
if (Configure::read('MISP.custom_css')) {
@ -22,7 +23,8 @@
$js_collection = array(
'jquery',
'misp-touch',
'chosen.jquery.min'
'chosen.jquery.min',
'jquery-ui'
);
echo $this->element('genericElements/assetLoader', array(
'css' => $css_collection,

1315
app/webroot/css/jquery-ui.css vendored Normal file

File diff suppressed because it is too large Load Diff

19057
app/webroot/js/jquery-ui.js vendored Normal file

File diff suppressed because it is too large Load Diff