We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f90bb commit 85d745dCopy full SHA for 85d745d
1 file changed
app/public/js/utils.js
@@ -251,7 +251,7 @@ function showMessage(html, extra_classes) {
251
'<div class="content">' + html +
252
'</div>' +
253
'<div class="modal-footer">' +
254
- '<button class="btn btn-primary ok">OK</button' +
+ '<button class="btn btn-primary ok">OK</button>' +
255
256
'</div>';
257
var $body = $('body');
0 commit comments