Skip to content

Commit 5cbd2f6

Browse files
sjanuarymattcolegate
authored andcommitted
Fix eslint
1 parent 0734850 commit 5cbd2f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

js/textTable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,9 @@ function TextTable(divName, parentName, title) {
197197
}
198198

199199
function resizeTable() {
200-
if(!$(divName).hasClass('invisible')) {
200+
if (!$(divName).hasClass('invisible')) {
201201
let divCanvasWidth = $(divName).width() - 8; // -8 for margins and borders
202202
if (tableIsFullScreen) {
203-
console.log("fullscreen: " + title)
204203
tableHeight = $(divName).height() - 100;
205204
// If parent is a graph-container (Used to vertically group graphs) make position absolute
206205
if ($(divName).parent().hasClass('graph-container')) {

0 commit comments

Comments
 (0)