diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2019-11-15 18:38:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 18:38:20 +0100 |
commit | dc041bbd71d1b9d6cfe189f2449a9ee0e9063708 (patch) | |
tree | cd0131b0764cb14354e0ef67948ad3102664b354 /app/view | |
parent | 1add9049bedd3ac381e42ea5c177c5e0b871a50a (diff) | |
parent | 19803db70f2a5a4162d1be2ca0f72eb08e25d544 (diff) | |
download | wcms-dc041bbd71d1b9d6cfe189f2449a9ee0e9063708.tar.gz wcms-dc041bbd71d1b9d6cfe189f2449a9ee0e9063708.zip |
Merge pull request #23 from n-peugnet/asterix-unsaved-changes
feat: add unsaved changes' asterix indicator
Diffstat (limited to 'app/view')
-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 2de0c9b..5507583 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="<?= Wcms\Model::jspath() ?>edit.bundle.js"></script> </body> |