Skip to content

Commit 2962b0f

Browse files
committed
bah
1 parent 42f3b70 commit 2962b0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

v3/js/opt-frontend-common.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ function initTogetherJS() {
303303
}
304304

305305
$("#codeInputWarnings").html('<span style="color: #e93f34; font-weight: bold">\
306-
Someone is typing ...</span>');
306+
Someone is typing ...</span> +
307+
$("#codeInputWarnings").data('orig-html')');
307308

308309
$.doTimeout('codeMirrorWarningTimeout', 1000, function() { // debounce
309310
$("#codeInputWarnings").html($("#codeInputWarnings").data('orig-html'));

0 commit comments

Comments
 (0)