mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-21 17:37:15 +00:00
rerun tests
This commit is contained in:
parent
706d3882e4
commit
65a59a81fb
@ -157,7 +157,6 @@
|
||||
csv.push(row.join(","));
|
||||
}
|
||||
var csvFile = new Blob([csv.join("\n")], { type: "text/csv" });
|
||||
|
||||
// link to export csv
|
||||
var downloadBatchChanges = document.createElement("a");
|
||||
downloadBatchChanges.download = filename;
|
||||
|
Loading…
x
Reference in New Issue
Block a user