Skip to content

Commit

Permalink
more!
Browse files Browse the repository at this point in the history
  • Loading branch information
notrodes authored and psvenk committed Nov 11, 2020
1 parent 20a34e8 commit 459e854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/js/buttonFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ let exportTableData = async function(prefs) {
};

/**
* @param {TableDataObject} obj
* Imports a JSON file and adds the data as a TableDataObject to the
*
* @param {object} obj - Data loaded from json file
* @returns {Promise<string>}
*/
let importTableData = async function(obj) {
Expand Down
2 changes: 2 additions & 0 deletions public/js/home.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// State

const termConverter = ['current', 'q1', 'q2', 'q3', 'q4'];
let pdf_index = 0;
let pdfrendering = false;
Expand Down

0 comments on commit 459e854

Please sign in to comment.