fixed download via URL
This commit is contained in:
parent
ee2f43fa56
commit
6c9869e18f
@ -154,7 +154,7 @@ $("#searchbar").keyup(function(e){
|
|||||||
term = this.value
|
term = this.value
|
||||||
console.log(term)
|
console.log(term)
|
||||||
if (isValidURL(term))
|
if (isValidURL(term))
|
||||||
socket.emit("addToQueue", {url: term});
|
sendAddToQueue(term);
|
||||||
else{
|
else{
|
||||||
document.getElementById("search_tab_content").style.display = "none";
|
document.getElementById("search_tab_content").style.display = "none";
|
||||||
socket.emit("mainSearch", {term: term});
|
socket.emit("mainSearch", {term: term});
|
||||||
|
Loading…
Reference in New Issue
Block a user