diff options
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/templates/layout.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php index 3c38be4..91ae378 100644 --- a/app/view/templates/layout.php +++ b/app/view/templates/layout.php @@ -18,11 +18,6 @@ echo '<link rel="stylesheet" href="' . Model::csspath() . Config::interfacecss() . '">'; } ?> - <script> - // global js vars - const basepath = '/<?= Config::basepath() ?>/'; - const jspath = '<?= Model::jspath() ?>'; - </script> </head> |