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 d3178c1 commit bc4f081Copy full SHA for bc4f081
WebContent/js/cah.log.js
@@ -47,7 +47,7 @@ cah.log.status = function(text, opt_class) {
47
var scroll = $("#log").prop("scrollHeight") - $("#log").height() - $("#log").prop("scrollTop") <= 5;
48
49
var node = $("<span></span><br/>");
50
- $(node).text("[" + new Date().toLocaleTimeString() + "] " + text + "\n");
+ $(node[0]).text("[" + new Date().toLocaleTimeString() + "] " + text + "\n");
51
if (opt_class) {
52
$(node).addClass(opt_class);
53
}
0 commit comments