mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:54:42 -05:00
add license-end :3
This commit is contained in:
parent
bec58c4d64
commit
d4db9448f7
1 changed files with 2 additions and 0 deletions
|
@ -20,3 +20,5 @@ var script_tag = document.createElement('script');
|
||||||
script_tag.type = 'text/javascript';
|
script_tag.type = 'text/javascript';
|
||||||
script_tag.text = localStorage.getItem("poke-custom-script");
|
script_tag.text = localStorage.getItem("poke-custom-script");
|
||||||
document.head.appendChild(script_tag);
|
document.head.appendChild(script_tag);
|
||||||
|
|
||||||
|
// @license-end
|
Loading…
Reference in a new issue