libreJS compatibility using a hardcoded dead magnet link

This commit is contained in:
Lynne Megido 2020-03-25 21:48:49 +10:00
parent bd3e48df1d
commit 099a930a3c
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -1,3 +1,4 @@
// @license magnet:?xt=urn:btih:5305d91886084f776adcf57509a648432709a7c7&dn=x11.txt X11 License
var use_local_storage = storage_check();
var html_element = null;
@ -67,3 +68,4 @@ window.addEventListener('DOMContentLoaded', (event) => {
dgel('main').classList.toggle('active');
}
});
// @license-end