Skip to content

Commit

Permalink
Merge pull request #1143 from dondi/cecilia-1142
Browse files Browse the repository at this point in the history
#1142: Warning String Displays Correctly
  • Loading branch information
dondi authored Nov 16, 2024
2 parents cd7d8b3 + ae7cb3d commit 6016aac
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 6016aac

Please sign in to comment.