diff --git a/static/js/app.js b/static/js/app.js index cf74617..2aa539f 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -615,9 +615,11 @@ function renderResultsView(title, content) { var title = $("
").prop("class", "title").html(title); var content = $("").text(content); - console.log(content); - $("").html("").addClass("copy").appendTo(content); + $(""). + html(""). + addClass("copy"). + appendTo(content); $("#results_view").html(""); title.appendTo("#results_view");