Cleanup LibreJS and make applytheme.js work with it

This commit is contained in:
Dawid Potocki 2019-09-24 11:34:01 +12:00
parent 2038fd7899
commit ee5deac3f2
No known key found for this signature in database
GPG Key ID: ABE36F31298C1EF5
2 changed files with 34 additions and 27 deletions

View File

@ -1,27 +0,0 @@
<h3>JavaScript Licenses</h3>
<table id="jslicense-labels1" border="1">
<tr>
<td><a href="/assets/js/main.js">main.js</a></td>
<td><a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/redirects.js">redirects.js</a></td>
<td><a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/jquery-3.3.1.min.js">jquery-3.3.1.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/popper.min.js">popper.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/sortable.min.js">sortable.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
</tr>
</table>

34
pages/about/librejs.html Normal file
View File

@ -0,0 +1,34 @@
---
permalink: /about/javascript/
---
<h3>JavaScript Licenses</h3>
<table id="jslicense-labels1" border="1">
<tr>
<td><a href="/assets/js/main.js">main.js</a></td>
<td><a href="https://github.com/privacytoolsIO/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/applytheme.js">applytheme.js</a>
<td><a href="https://github.com/privacytoolsIO/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/redirects.js">redirects.js</a></td>
<td><a href="https://github.com/privacytoolsIO/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
</tr>
<tr>
<td><a href="/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
<td><a href="https://github.com/twbs/bootstrap/raw/master/LICENSE">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/jquery-3.3.1.min.js">jquery-3.3.1.min.js</a></td>
<td><a href="https://github.com/jquery/jquery/raw/master/LICENSE.txt">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/popper.min.js">popper.min.js</a></td>
<td><a href="https://github.com/FezVrasta/popper.js/raw/master/LICENSE.md">Expat</a></td>
</tr>
<tr>
<td><a href="/assets/js/sortable.min.js">sortable.min.js</a></td>
<td><a href="https://github.com/HubSpot/sortable/raw/master/LICENSE">Expat</a></td>
</tr>
</table>