Add support for LibreJS in static/script.js

master
rubenwardy 2015-11-21 15:06:04 +00:00
parent eb005ab530
commit f18854d8c6
1 changed files with 5 additions and 0 deletions

View File

@ -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