mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-05-01 20:30:09 -07:00
Update Dependencies
This commit is contained in:
@@ -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/>";
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -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