chg: [UI] Use asset loader for form_seen_input.ctp

pull/8321/head
Jakub Onderka 2022-05-02 14:08:13 +02:00
parent b945cbd8ca
commit 495ebee96e
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
<?= $this->Html->script('moment.min'); ?>
<?= $this->element('genericElements/assetLoader', [
'js' => ['moment.min'],
]);
?>
<script>
<?php
$temp = explode('_', $this->params->controller);