diff --git a/partials/shared/footer.htm b/partials/shared/footer.htm
index b057cef..91d001c 100644
--- a/partials/shared/footer.htm
+++ b/partials/shared/footer.htm
@@ -1,5 +1,9 @@
[viewBag]
==
+function onStart() {
+ $this['rootUrl'] = request()->root();
+}
+==
{# Your footer goes here #}
{% scripts %}
@@ -23,6 +27,7 @@
{% framework extras %}
+{% if rootUrl != 'http://localhost:8000' %}
-
+{% endif %}