aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/map.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/map.php')
-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