Skip to content

Commit

Permalink
fix: remove old noJs snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 21, 2024
1 parent d993501 commit b89d41b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
{% extends "base.html" %}

<script>
var styleSheet = document.createElement("style")
styleSheet.innerText = '.noJs { visibility: unset !important }'
document.head.appendChild(styleSheet)
</script>

0 comments on commit b89d41b

Please sign in to comment.