Update librejs.html (#2271)

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-05-04 03:37:43 +00:00 committed by GitHub
parent 37da7f1ef3
commit dda163a69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>