Remove unnecessary type attribute in web page

This commit is contained in:
Florian Festi 2020-07-15 14:30:04 +02:00
parent fd8350e2bc
commit dc0976a416
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class BServer:
return row % input return row % input
scripts = """ scripts = """
<script type="text/javascript"> <script>
function showHide(id) { function showHide(id) {
var e = document.getElementById(id); var e = document.getElementById(id);
var h = document.getElementById("h-" + id); var h = document.getElementById("h-" + id);