Skip to content

Commit 6016aac

Browse files
authored
Merge pull request #1143 from dondi/cecilia-1142
#1142: Warning String Displays Correctly
2 parents cd7d8b3 + ae7cb3d commit 6016aac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web-client/public/js/warnings.js

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export var displayWarnings = function (warnings) {
4343
index++;
4444
}
4545

46+
$("#warningsList").html(warningsString);
47+
4648
var screenHeight = $(window).height();
4749
var MIN_SCREEN_HEIGHT = 600;
4850
var BORDER = 425;

0 commit comments

Comments
 (0)