Skip to content

Commit

Permalink
remove super
Browse files Browse the repository at this point in the history
  • Loading branch information
MinjiK committed Dec 18, 2023
1 parent 2f9fd02 commit 4888f16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

{% extends "base.html" %}
{% block extrahead %}

<script>
{ { super() } }
if (window.location.hostname === 'amadeus4dev.github.io') {
console.log('first script');
const path = window.location.pathname;
Expand Down Expand Up @@ -35,6 +33,5 @@
}
});
});
{ { super() } }
</script>
{% endblock %}

0 comments on commit 4888f16

Please sign in to comment.