This commit is contained in:
Jacob Willden 2025-04-10 18:35:40 -06:00 committed by GitHub
commit c48ef2bcbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -1 +1,3 @@
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
document.querySelector('#commentQueryForms').scrollIntoView();
// @license-end