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:
@@ -281,7 +281,7 @@ var Player = {
|
||||
getTitle: function(titt, v)
|
||||
{
|
||||
|
||||
var outPutWord = "<i class='mdi-action-visibility'></i>"//v > 1 ? "viewers" : "viewer";
|
||||
var outPutWord = "<i class='material-icons'>visibility</i>"//v > 1 ? "viewers" : "viewer";
|
||||
var title = decodeURIComponent(titt);
|
||||
if(window.location.pathname != "/"){
|
||||
var elem = document.getElementById('song-title');
|
||||
|
||||
Reference in New Issue
Block a user