mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-19 07:55:36 +00:00
Updated materialize to v0.98 and made changes accordingly
- Made improvements to how the remotecontroller on mobile looks - Added thumbnails some places - Started using googles new material font because of materializecss
This commit is contained in:
@@ -12,8 +12,12 @@ var Search = {
|
||||
$("#song-title").toggleClass("hide");
|
||||
//$("#results").toggleClass("hide");
|
||||
$("#results").empty();
|
||||
$("#search-btn i").toggleClass("mdi-navigation-close");
|
||||
$("#search-btn i").toggleClass("mdi-action-search");
|
||||
if($("#search-btn i").html() == "close"){
|
||||
$("#search-btn i").html("search");
|
||||
} else {
|
||||
$("#search-btn i").html("close");
|
||||
}
|
||||
//$("#search-btn i").html("search");
|
||||
$("#search").focus();
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user