Skip to content

Commit

Permalink
Issue #1142. Now warnings list should display correctly. Added line t…
Browse files Browse the repository at this point in the history
…hat must have accidentally deleted in previous PR
  • Loading branch information
ceciliazaragoza committed Nov 13, 2024
1 parent 0f3377a commit ae7cb3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-client/public/js/warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export var displayWarnings = function (warnings) {
index++;
}

$("#warningsList").html(warningsString);

var screenHeight = $(window).height();
var MIN_SCREEN_HEIGHT = 600;
var BORDER = 425;
Expand Down

0 comments on commit ae7cb3d

Please sign in to comment.