mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 18:17:49 +01:00
fix the comment not being on the script tag :p
blehhhhhhh
This commit is contained in:
parent
627d117c73
commit
de6756c104
1 changed files with 4 additions and 2 deletions
|
@ -1326,8 +1326,10 @@ links.forEach(link => {
|
||||||
<script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
<script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
||||||
if ('serviceWorker' in navigator) {
|
if ('serviceWorker' in navigator) {
|
||||||
navigator.serviceWorker.register('service-worker.js');
|
navigator.serviceWorker.register('service-worker.js');
|
||||||
} </script>
|
}
|
||||||
// @license-end
|
// @license-end
|
||||||
|
|
||||||
|
</script>
|
||||||
</body >
|
</body >
|
||||||
|
|
||||||
</html> <% } %>
|
</html> <% } %>
|
||||||
|
|
Loading…
Reference in a new issue