Joshua Ramon Enslin
77aeebd90a
For completing the rewrite, translations and some UI work are still needed. See #14
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
(function() {
|
|
|
|
let csvBySelectionButton = document.getElementById("csvBySelection");
|
|
let unsetSelectionButton = document.getElementById("unsetSelection");
|
|
|
|
})();
|