diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-21 19:44:52 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-21 21:49:12 +0200 |
commit | 9250000af69b5c0ddc73537ec40573df68283dcc (patch) | |
tree | b844ef3625f0d1f00177f701289865016a1c8539 /app/view/templates/layout.php | |
parent | 01355d4e0173036fefe513ddf51f4d81ec66d90a (diff) | |
download | wcms-9250000af69b5c0ddc73537ec40573df68283dcc.tar.gz wcms-9250000af69b5c0ddc73537ec40573df68283dcc.zip |
move js sources to /src/ & remove old worker stuff
Diffstat (limited to 'app/view/templates/layout.php')
-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> |