mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-25 12:48:07 -08:00
Update Dependencies
This commit is contained in:
12
bundle.js
12
bundle.js
@@ -33494,12 +33494,6 @@ async function addCurrentTrackers() {
|
|||||||
display();
|
display();
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeAllRows(type) {
|
|
||||||
parsed[type] = [];
|
|
||||||
updateModified();
|
|
||||||
display();
|
|
||||||
}
|
|
||||||
|
|
||||||
function addRow() {
|
function addRow() {
|
||||||
parsed[this.dataset.type].push("");
|
parsed[this.dataset.type].push("");
|
||||||
display();
|
display();
|
||||||
@@ -33510,6 +33504,12 @@ function removeRow() {
|
|||||||
display();
|
display();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function removeAllRows(type) {
|
||||||
|
parsed[type] = [];
|
||||||
|
updateModified();
|
||||||
|
display();
|
||||||
|
}
|
||||||
|
|
||||||
function updateModified() {
|
function updateModified() {
|
||||||
parsed.created = new Date();
|
parsed.created = new Date();
|
||||||
parsed.createdBy = "Torrent Parts <https://torrent.parts/>";
|
parsed.createdBy = "Torrent Parts <https://torrent.parts/>";
|
||||||
|
|||||||
4
bundle.min.js
vendored
4
bundle.min.js
vendored
File diff suppressed because one or more lines are too long
12
parse.js
12
parse.js
@@ -307,12 +307,6 @@ async function addCurrentTrackers() {
|
|||||||
display();
|
display();
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeAllRows(type) {
|
|
||||||
parsed[type] = [];
|
|
||||||
updateModified();
|
|
||||||
display();
|
|
||||||
}
|
|
||||||
|
|
||||||
function addRow() {
|
function addRow() {
|
||||||
parsed[this.dataset.type].push("");
|
parsed[this.dataset.type].push("");
|
||||||
display();
|
display();
|
||||||
@@ -323,6 +317,12 @@ function removeRow() {
|
|||||||
display();
|
display();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function removeAllRows(type) {
|
||||||
|
parsed[type] = [];
|
||||||
|
updateModified();
|
||||||
|
display();
|
||||||
|
}
|
||||||
|
|
||||||
function updateModified() {
|
function updateModified() {
|
||||||
parsed.created = new Date();
|
parsed.created = new Date();
|
||||||
parsed.createdBy = "Torrent Parts <https://torrent.parts/>";
|
parsed.createdBy = "Torrent Parts <https://torrent.parts/>";
|
||||||
|
|||||||
Reference in New Issue
Block a user