Update WebUI to be more compliant with HTML5 standard

Use modern and shorter "charset" attribute.
Remove "type", "charset" attributes in script/style tags, these are redundant in HTML5.
This commit is contained in:
Chocobo1
2018-03-21 14:34:37 +08:00
parent e1a14007f8
commit ed03456999
16 changed files with 72 additions and 72 deletions

View File

@@ -115,7 +115,7 @@
</div>
</div>
<script type="text/javascript">
<script>
torrentPeersTable.setup('torrentPeersTableDiv', 'torrentPeersTableFixedHeaderDiv', null);
$(getLocalStorageItem('selected_tab', 'PropGeneralLink')).click();
</script>