X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=183d372f49dc5935d7a9aa42a7a90571cf3f410a;hb=e413d8f176da1e3233ca913c1494aeb1afed5bcc;hp=2d74a3953483c85497e75265a81b14d556e69161;hpb=ba417aa87823d2345ec0254d049cc9ba05676620;p=remoteglot diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 2d74a39..183d372 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -809,9 +809,9 @@ var update_history = function() { } else if (truncate_display_history) { document.getElementById("history").innerHTML = print_pv(0, null, 8, true); } else { - document.getElementById("history").html( + document.getElementById("history").innerHTML = '(collapse) ' + - print_pv(0, null)); + print_pv(0, null); } }