Update librejs.html

Added 'id="jslicense-labels1"' attribute to the table element to fix the website not working with LibreJS.
This resolves https://github.com/privacytools/privacytools.io/issues/2270
This commit is contained in:
A-AhmedYasir 2021-04-27 14:10:44 +00:00 committed by GitHub
parent cb5021dc7e
commit 16ff1f0c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
permalink: /about/javascript/
---
<h3>JavaScript Licenses</h3>
<table border="1">
<table border="1" id="jslicense-labels1">
<tr>
<td><a href="/assets/js/main.js">main.js</a></td>
<td><a href="https://github.com/privacytools/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>