aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-03-23 18:03:00 +0100
committern-peugnet <n.peugnet@free.fr>2020-03-23 18:03:00 +0100
commita7174bb27de46b2f64118181221fad3658f511d3 (patch)
treec0ed8fc166f222cd6d0f843dee60baa147e8316a /app/view/templates
parent21569fcabfdcedbdd7f0185d9a7c5518f52f880c (diff)
downloadwcms-a7174bb27de46b2f64118181221fad3658f511d3.tar.gz
wcms-a7174bb27de46b2f64118181221fad3658f511d3.zip
clean: remove temporary map dev page
Diffstat (limited to 'app/view/templates')
-rw-r--r--app/view/templates/map.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/view/templates/map.php b/app/view/templates/map.php
deleted file mode 100644
index 83e6004..0000000
--- a/app/view/templates/map.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<style>
- #graph {
- height: 100%;
- width: 100%;
- }
-</style>
-
-<div id="graph"></div>
-
-<script>
- var data = <?= $json ?>;
- console.log(data);
-</script>
-
-<script src="<?= Wcms\Model::jspath() ?>map.bundle.js"></script> \ No newline at end of file