The type attribute is unnecessary for JavaScript resources.

This commit is contained in:
tastytea 2020-10-18 09:10:19 +02:00
parent 2b2401ce4e
commit 3b9424b6af
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void write_html(ostream &out, const vector<entry_type> &entries)
<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-only</a>.
</p>
<script type="text/javascript">
<script>
// Open details when called with ID.
function open_details()
{