diff --git a/css/custom-css.js b/css/custom-css.js index e1f0b17d..e1856cbf 100644 --- a/css/custom-css.js +++ b/css/custom-css.js @@ -20,3 +20,5 @@ var script_tag = document.createElement('script'); script_tag.type = 'text/javascript'; script_tag.text = localStorage.getItem("poke-custom-script"); document.head.appendChild(script_tag); + +// @license-end \ No newline at end of file