aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-14 04:38:27 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-14 04:38:27 -0400
commit9c0874201dc24cae8b064875ecb21da499e92735 (patch)
tree2d29d12f2c9274f32a4e7918acaec6577b7ba2f4 /app/views/partials
parentf375d1d08faa0b0e98792c34b5a032fa97759af5 (diff)
downloadthedroneely.com-9c0874201dc24cae8b064875ecb21da499e92735.tar.gz
thedroneely.com-9c0874201dc24cae8b064875ecb21da499e92735.tar.bz2
thedroneely.com-9c0874201dc24cae8b064875ecb21da499e92735.zip
app/views/partials/footer: Use public js folder
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index 01c96b5..71799bb 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -47,8 +47,4 @@
</div>
</footer>
-<script src="/dist/app.js"></script>
-
-<?php if (trim($_SERVER['REQUEST_URI'], '/') == 'contact') { ?>
-
-<?php } ?>
+<script src="/js/app.js"></script>