Skip to content

Commit 48707d1

Browse files
committed
Add own messages to WebClient:w
1 parent b7ec24b commit 48707d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/static/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
contentType: "application/json; charset=utf-8",
3434
dataType: "json"
3535
});
36+
$("#msgs").append('<div class="alert alert-success" role="alert"><strong>' + group + '</strong> ' + text +'</div>');
3637
});
3738
});
3839
</script>

0 commit comments

Comments
 (0)