fix
This commit is contained in:
parent
b393c066b0
commit
89a004e8ec
@ -15,8 +15,8 @@ function inject_search(elem) {
|
||||
function inject_search_result(r) {
|
||||
var e = document.createElement("div");
|
||||
e.innerHTML = r.PostMarkup;
|
||||
output.appendChild(e);
|
||||
output.appendChild(document.createElement("hr"));
|
||||
output.appendChild(e);
|
||||
}
|
||||
|
||||
button.onclick = function(ev) {
|
||||
|
Reference in New Issue
Block a user