mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Add Button to Pull in Currently Active Trackers
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="announce">Tracker URLs</label>
|
||||
<button id="addTrackers">
|
||||
<span class="fa-stack fa-2x">
|
||||
<i class="fas fa-cloud fa-stack-2x"></i>
|
||||
<i class="fas fa-plus fa-stack-1x fa-inverse" data-fa-transform="down-2"></i>
|
||||
</span>
|
||||
</button>
|
||||
<div id="announce"></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user