libreJS compatibility using a hardcoded dead magnet link
This commit is contained in:
parent
bd3e48df1d
commit
099a930a3c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// @license magnet:?xt=urn:btih:5305d91886084f776adcf57509a648432709a7c7&dn=x11.txt X11 License
|
||||||
var use_local_storage = storage_check();
|
var use_local_storage = storage_check();
|
||||||
var html_element = null;
|
var html_element = null;
|
||||||
|
|
||||||
|
@ -67,3 +68,4 @@ window.addEventListener('DOMContentLoaded', (event) => {
|
||||||
dgel('main').classList.toggle('active');
|
dgel('main').classList.toggle('active');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// @license-end
|
Loading…
Reference in a new issue