We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ec24b commit 48707d1Copy full SHA for 48707d1
src/main/resources/static/index.html
@@ -33,6 +33,7 @@
33
contentType: "application/json; charset=utf-8",
34
dataType: "json"
35
});
36
+ $("#msgs").append('<div class="alert alert-success" role="alert"><strong>' + group + '</strong> ' + text +'</div>');
37
38
39
</script>
0 commit comments