mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Search and keypress issues
- Not searching on empty strings on soundcloud - Fixed escape-button issue hiding song-title - Escape button now works with closing find-dialog - Fireplace-player fixes on open/close button for search
This commit is contained in:
@@ -191,10 +191,10 @@ var Search = {
|
||||
},
|
||||
|
||||
soundcloudSearch: function(keyword) {
|
||||
if(keyword.length == 0) return;
|
||||
SC.get('/tracks', {
|
||||
q: keyword
|
||||
}).then(function(tracks) {
|
||||
console.log(tracks);
|
||||
var pre_result = document.createElement("div");
|
||||
pre_result.innerHTML = result_html.outerHTML;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user