mirror of https://github.com/zlatinb/muwire
fix display of query
parent
eacaedaf3d
commit
aa33709f04
|
@ -245,8 +245,10 @@ function updateFile(fileInfoHash) {
|
|||
function updateUUIDBySender(resultUUID) {
|
||||
uuid = resultUUID;
|
||||
|
||||
var currentStatus = statusByUUID.get(uuid)
|
||||
|
||||
var currentSearchSpan = document.getElementById("currentSearch");
|
||||
currentSearchSpan.innerHTML = currentSearchBySender.query + " Results";
|
||||
currentSearchSpan.innerHTML = currentStatus.query + " Results";
|
||||
|
||||
var sendersDiv = document.getElementById("topTable");
|
||||
var table = "<table><thead><tr><th>Sender</th><th>Browse</th></tr></thead><tbody>";
|
||||
|
|
Loading…
Reference in New Issue