The working_plan_exceptions_modal.php will load its own script automatically
This commit is contained in:
parent
d574a3b981
commit
cd2fe86aa3
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
<div class="modal" id="working-plan-exceptions-modal">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
|
@ -56,3 +55,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php section('scripts') ?>
|
||||
|
||||
<script src="<?= asset_url('assets/js/components/working_plan_exceptions_modal.js') ?>"></script>
|
||||
|
||||
<?php section('scripts') ?>
|
||||
|
|
Loading…
Reference in a new issue