Merge branch 'develop' of github.com:MISP/MISP into develop

feature/event-view-collapsible-objects
iglocska 2024-05-02 12:11:36 +02:00
commit ecc4087b08
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
<?php
echo $this->element('genericElements/assetLoader', [
'css' => ['query-builder.default', 'attack_matrix', 'analyst-data'],
'js' => ['doT', 'extendext', 'moment.min', 'query-builder', 'network-distribution-graph', 'd3', 'd3.custom', 'jquery-ui.min'],
]);
if (empty($seed)) {
$seed = mt_rand();
}