diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/view/templates/edit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 28e245f..2035541 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -29,6 +29,7 @@ <script> const pageid = '<?= $page->id() ?>'; + let pagetitle = '<?= $page->title() ?>'; </script> <script src="<?= Model::jspath() ?>edit.bundle.js"></script> </body> |