mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:14:40 -05:00
add licanse tag :3
This commit is contained in:
parent
779edb3579
commit
255a1e42e1
1 changed files with 9 additions and 2 deletions
|
@ -519,6 +519,10 @@ Discover Popular videos on poketube!
|
||||||
<script>
|
<script>
|
||||||
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
||||||
|
|
||||||
|
if ('serviceWorker' in navigator) {
|
||||||
|
navigator.serviceWorker.register('service-worker.js');
|
||||||
|
}
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
let bgs = document.querySelectorAll('[data-bg]');
|
let bgs = document.querySelectorAll('[data-bg]');
|
||||||
let bgCount = bgs.length;
|
let bgCount = bgs.length;
|
||||||
|
@ -1319,8 +1323,11 @@ links.forEach(link => {
|
||||||
}</style>
|
}</style>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
||||||
|
if ('serviceWorker' in navigator) {
|
||||||
|
navigator.serviceWorker.register('service-worker.js');
|
||||||
|
} </script>
|
||||||
|
// @license-end
|
||||||
</body >
|
</body >
|
||||||
|
|
||||||
</html> <% } %>
|
</html> <% } %>
|
||||||
|
|
Loading…
Reference in a new issue