From f18854d8c6c72ce14619612e33bf66f056af1663 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 21 Nov 2015 15:06:04 +0000 Subject: [PATCH] Add support for LibreJS in static/script.js --- static/script.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/script.js b/static/script.js index 492f92d..706dd3e 100644 --- a/static/script.js +++ b/static/script.js @@ -1,3 +1,6 @@ +// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0 +// This script is licensed under CC0 + $(function() { $("#printable").click(function() { $("body").addClass("printable"); @@ -12,3 +15,5 @@ $(function() { } }); }); + +// @license-end