mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Update Dependencies
This commit is contained in:
12
parse.js
12
parse.js
@@ -307,12 +307,6 @@ async function addCurrentTrackers() {
|
||||
display();
|
||||
}
|
||||
|
||||
function removeAllRows(type) {
|
||||
parsed[type] = [];
|
||||
updateModified();
|
||||
display();
|
||||
}
|
||||
|
||||
function addRow() {
|
||||
parsed[this.dataset.type].push("");
|
||||
display();
|
||||
@@ -323,6 +317,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