Web client add licensing info (#1481)

* chore: add '@license' tag to web sources' comments

Webpack's tersify plugin looks for that JSDoc tag in order to decide
which comments to extract into the generated license file.

* chore: address sonarcloud.io warnings

* chore: address sonarcloud.io code smells

* fixup! chore: address sonarcloud.io warnings
This commit is contained in:
Charles Kerr
2020-10-25 16:13:48 -05:00
committed by GitHub
parent cd453764b1
commit 61d221c8bb
28 changed files with 129 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10" />
@@ -65,7 +65,6 @@
id="toolbar-overflow"
></button>
</header>
<!-- class mainwin-toolbar -->
<header class="mainwin-filterbar" id="statusbar">
<span>Show</span>
@@ -86,21 +85,19 @@
<div class="speed-up-icon"></div>
<div id="speed-up-label"></div>
</header>
<!-- class mainwin-filterbar -->
<main class="mainwin-workarea">
<div id="torrent-container">
<ul class="torrent-list flex" id="torrent-list"></ul>
</div>
</main>
<!-- class="mainwin-workarea" -->
<iframe
name="torrent-upload-frame"
id="torrent-upload-frame"
src="about:blank"
title="Add Torrent"
></iframe>
</div>
<!-- class mainwin -->
</body>
</html>