diff --git a/assets/script/.theme.js.swp b/assets/script/.theme.js.swp deleted file mode 100644 index ba2ab21..0000000 Binary files a/assets/script/.theme.js.swp and /dev/null differ diff --git a/assets/script/compatibility.js b/assets/script/compatibility.js index 2c141f9..89dad28 100644 --- a/assets/script/compatibility.js +++ b/assets/script/compatibility.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0 + if (!document.getElementsByClassName) { document.getElementsByClassName = function(className) { @@ -81,4 +83,6 @@ if(window.opera && Object.defineProperty) { } } }); -} \ No newline at end of file +} + +// @license-end diff --git a/assets/script/inline-code.js b/assets/script/inline-code.js index e5d1cc3..2476959 100644 --- a/assets/script/inline-code.js +++ b/assets/script/inline-code.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0 + window.addEventListener("load", function() { // Get list of inline code elements @@ -89,3 +91,5 @@ function inputDeselect(input) { if (input.blur) input.blur(); else input.setSelectionRange(0, 0); } + +// @license-end diff --git a/assets/script/navigation.js b/assets/script/navigation.js index 8ee4d23..14298c1 100644 --- a/assets/script/navigation.js +++ b/assets/script/navigation.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0 + window.addEventListener("load", makeLinksDynamic, false); function makeLinksDynamic() { @@ -61,4 +63,6 @@ function loadUrl(href, callback) { xhr.open("GET", href); xhr.send(); -} \ No newline at end of file +} + +// @license-end diff --git a/assets/script/theme.js b/assets/script/theme.js index 62ad928..45512fb 100644 --- a/assets/script/theme.js +++ b/assets/script/theme.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0 + // Enable transitions between themes without reloading page var Themes = { @@ -123,4 +125,6 @@ window.addEventListener("load", function() { themeBtn.className = themeBtn.className.replace("selected", ""); } -}, false); \ No newline at end of file +}, false); + +// @license-end