Ordre du chargement des scripts

This commit is contained in:
LC 2023-02-03 12:48:56 +01:00
parent 36b0308d87
commit 91f562b1ac
1 changed files with 5 additions and 3 deletions

View File

@ -19,8 +19,10 @@
?>
</head>
<body>
<?php $this->showContent(); ?>
<?php $this->showScript(); ?>
<?php $this->showVendorJsBody(); ?>
<?php
$this->showContent();
$this->showVendorJsBody();
$this->showScript();
?>
</body>
</html>