This commit is contained in:
parent
ec97d51ab0
commit
0cedfb30f0
@ -54,8 +54,10 @@
|
||||
Total scanned <span id="instances">0</span> instances with <span id="peers">0</span> peers - <span
|
||||
id="created">0</span> created - <span id="updated">0</span>
|
||||
updated<br />
|
||||
by <a href="https://about.manalejandro.com" target="_blank">ale</a> ©2024 - <a id="matrix"
|
||||
href="/?matrix">matrix off</a></footer>
|
||||
matrix <a id="matrix" href="/?matrix">off</a> - download <a download="fediblock-index.json.gz"
|
||||
href="/api/download_index">index</a> - by <a href="https://about.manalejandro.com" target="_blank">ale</a>
|
||||
©2024
|
||||
</footer>
|
||||
<div id="modal">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
|
@ -421,10 +421,10 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
}
|
||||
var matrix = document.getElementById('matrix')
|
||||
matrix.href = '/'
|
||||
matrix.innerText = 'matrix on'
|
||||
matrix.innerText = 'on'
|
||||
} else {
|
||||
var matrix = document.getElementById('matrix')
|
||||
matrix.href = '/?matrix'
|
||||
matrix.innerText = 'matrix off'
|
||||
matrix.innerText = 'off'
|
||||
}
|
||||
})
|
Loading…
Reference in New Issue
Block a user