mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +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:
@@ -250,7 +250,7 @@ var Frontpage = {
|
||||
set_viewers: function(viewers){
|
||||
//if(viewers > 0){
|
||||
//var to_add = viewers > 1 ? "listeners" : "listener";
|
||||
$("#frontpage-viewer-counter").html("<i class='mdi-action-visibility frontpage-viewers'></i>" + viewers);
|
||||
$("#frontpage-viewer-counter").html("<i class='material-icons frontpage-viewers'>visibility</i>" + viewers);
|
||||
//}
|
||||
},
|
||||
|
||||
@@ -366,6 +366,10 @@ function initfp(){
|
||||
setup_playlist_listener();
|
||||
}
|
||||
|
||||
$("#about").modal();
|
||||
$("#help").modal();
|
||||
$("#contact").modal();
|
||||
|
||||
Helper.log("----");
|
||||
Helper.log("Sending frontpage_lists");
|
||||
Helper.log("Socket", socket);
|
||||
|
||||
Reference in New Issue
Block a user