Merge pull request #40 from mutantmonkey/librejs

add LibreJS tags to JavaScript
This commit is contained in:
Andrei Marcu 2015-10-04 21:47:05 -04:00
commit f5e11ef8a3
5 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
var navlist = document.getElementById("info").getElementsByClassName("right")[0];
init();
@ -53,3 +55,5 @@ function wrap(ev) {
document.getElementById("codeb").style.whiteSpace = "pre";
}
}
// @license-end

View File

@ -1,2 +1,6 @@
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
hljs.tabReplace = ' ';
hljs.initHighlightingOnLoad();
// @license-end

View File

@ -1,4 +1,4 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
/*
*
* More info at [www.dropzonejs.com](http://www.dropzonejs.com)
@ -1727,3 +1727,4 @@
}).call(this);
// @license-end

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
Dropzone.options.dropzone = {
init: function() {
},
@ -93,3 +95,5 @@ Dropzone.options.dropzone = {
dictDefaultMessage: "Click or Drop file(s)",
dictFallbackMessage: ""
};
// @end-license