mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-13 22:05:49 +00:00
license headers
This commit is contained in:
@ -17,7 +17,7 @@ function exportTableToCsv(filename) {
|
||||
var csv = [];
|
||||
for (var i = 0; i < rows.length; i++) {
|
||||
if (rows[i].style.display === "none")
|
||||
continue
|
||||
continue;
|
||||
var cols = rows[i].querySelectorAll("td, th");
|
||||
|
||||
var row = [];
|
||||
|
Reference in New Issue
Block a user