mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-20 05:49:14 +00:00
Merge 952b16883f
into ddeefb5917
This commit is contained in:
commit
c48ef2bcbc
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
|
||||
async function checkInstanceUpdateStatus() {
|
||||
try {
|
||||
const response = await fetch('/commits.atom');
|
||||
|
@ -56,3 +57,4 @@ async function checkOtherInstances() {
|
|||
window.addEventListener('load', checkOtherInstances);
|
||||
|
||||
checkInstanceUpdateStatus();
|
||||
// @license-end
|
|
@ -1,3 +1,4 @@
|
|||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
|
||||
async function copy() {
|
||||
await navigator.clipboard.writeText(document.getElementById('bincode_str').value);
|
||||
}
|
||||
|
@ -7,3 +8,4 @@ async function set_listener() {
|
|||
}
|
||||
|
||||
window.addEventListener('load', set_listener);
|
||||
// @license-end
|
|
@ -1 +1,3 @@
|
|||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
|
||||
document.querySelector('#commentQueryForms').scrollIntoView();
|
||||
// @license-end
|
Loading…
Add table
Reference in a new issue