From afea250123e14c076bc314b1f2fbf08919bf1a28 Mon Sep 17 00:00:00 2001 From: wu Date: Fri, 17 Jan 2025 19:42:14 +0100 Subject: [PATCH] added github corner --- templates/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1d843b7..abb75af 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,14 @@ mac4nick + + + + @@ -135,7 +143,7 @@

Unregistred Devices:

document.addEventListener('DOMContentLoaded', () => { (document.querySelectorAll('.notification .delete') || []).forEach(($delete) => { $notification = $delete.parentNode; - + $delete.addEventListener('click', () => { $notification.parentNode.removeChild($notification); });