Skip to content

Commit f18854d

Browse files
committedNov 21, 2015
Add support for LibreJS in static/script.js
1 parent eb005ab commit f18854d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎static/script.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0
2+
// This script is licensed under CC0
3+
14
$(function() {
25
$("#printable").click(function() {
36
$("body").addClass("printable");
@@ -12,3 +15,5 @@ $(function() {
1215
}
1316
});
1417
});
18+
19+
// @license-end

0 commit comments

Comments
 (0)
Please sign in to comment.