mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user