Add support for LibreJS in static/script.js
This commit is contained in:
parent
eb005ab530
commit
f18854d8c6
@ -1,3 +1,6 @@
|
|||||||
|
// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0
|
||||||
|
// This script is licensed under CC0
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#printable").click(function() {
|
$("#printable").click(function() {
|
||||||
$("body").addClass("printable");
|
$("body").addClass("printable");
|
||||||
@ -12,3 +15,5 @@ $(function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// @license-end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user