diff options
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r-- | app/view/templates/edit.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 7c6610a..8d79174 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -24,6 +24,9 @@ </main> +<script> + const artid = '<?= $art->id() ?>'; +</script> <script src="<?= Model::jspath() ?>edit.js"></script> </body> |