Update Dependencies

This commit is contained in:
Leo Herzog
2020-09-21 21:11:57 -04:00
parent 286c43fe9d
commit dba74296f7
3 changed files with 14 additions and 14 deletions

View File

@@ -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/>";

4
bundle.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -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/>";