mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issues with window-history and soundcloud.load function
This commit is contained in:
@@ -80,7 +80,7 @@ var Frontpage = {
|
||||
var description = lists[x].description;
|
||||
var img;
|
||||
if(id.indexOf("soundcloud.com") > -1) {
|
||||
img = "background-image:url('http://icons.iconarchive.com/icons/uiconstock/socialmedia/128/Soundcloud-icon.png');";
|
||||
img = "background-image:url('" + lists[x].thumbnail + "');";
|
||||
} else {
|
||||
img = "background-image:url('https://img.youtube.com/vi/"+id+"/hqdefault.jpg');";
|
||||
if(lists[x].thumbnail) {
|
||||
|
||||
Reference in New Issue
Block a user