mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Update Dependencies
This commit is contained in:
12
bundle.js
12
bundle.js
@@ -33494,12 +33494,6 @@ async function addCurrentTrackers() {
|
||||
display();
|
||||
}
|
||||
|
||||
function removeAllRows(type) {
|
||||
parsed[type] = [];
|
||||
updateModified();
|
||||
display();
|
||||
}
|
||||
|
||||
function addRow() {
|
||||
parsed[this.dataset.type].push("");
|
||||
display();
|
||||
@@ -33510,6 +33504,12 @@ function removeRow() {
|
||||
display();
|
||||
}
|
||||
|
||||
function removeAllRows(type) {
|
||||
parsed[type] = [];
|
||||
updateModified();
|
||||
display();
|
||||
}
|
||||
|
||||
function updateModified() {
|
||||
parsed.created = new Date();
|
||||
parsed.createdBy = "Torrent Parts <https://torrent.parts/>";
|
||||
|
||||
Reference in New Issue
Block a user