diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/view/templates/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 4c7fc61..28e245f 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -30,7 +30,7 @@ <script> const pageid = '<?= $page->id() ?>'; </script> -<script src="<?= Model::jspath() ?>edit.js"></script> +<script src="<?= Model::jspath() ?>edit.bundle.js"></script> </body> <?php $this->stop('page') ?>
\ No newline at end of file |