mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with similar search not opening
This commit is contained in:
@@ -164,7 +164,7 @@ var Search = {
|
||||
Helper.removeClass(document.querySelector("#search-btn .material-icons"), "hide");
|
||||
Helper.addClass("#search_loader", "hide");
|
||||
Helper.removeClass(".search_loader_spinner", "active");
|
||||
if(document.querySelector("#results_soundcloud").innerHTML.length > 0) {
|
||||
if(document.querySelector("#results_soundcloud").innerHTML.length > 0 || related) {
|
||||
Helper.css(".search_results", "display", "block");
|
||||
}
|
||||
Helper.css(".results-tabs", "display", "block");
|
||||
|
||||
Reference in New Issue
Block a user