remove ;, thanks to jshint and zzz
This commit is contained in:
@ -600,7 +600,7 @@ function browse(host) {
|
||||
xmlhttp.onreadystatechange = function() {
|
||||
if (this.readyState == 4 && this.status == 200) {
|
||||
var linkSpan = document.getElementById("browse-link-"+host)
|
||||
linkSpan.innerHTML = "<a href='/MuWire/BrowseHost'>" + _t("Browsing"); + "</a>"
|
||||
linkSpan.innerHTML = "<a href='/MuWire/BrowseHost'>" + _t("Browsing") + "</a>"
|
||||
}
|
||||
}
|
||||
xmlhttp.open("POST", "/MuWire/Browse", true)
|
||||
|
Reference in New Issue
Block a user