images not added for some reason..

This commit is contained in:
Kasper Rynning-Tønnesen
2017-12-01 11:50:26 +01:00
parent 8f49e4c1ee
commit e344b9615a
3 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -582,7 +582,7 @@ var List = {
var playlist_id = response.id;
$.ajax({
type: "GET",
url: window.location.protocol + "//" + window.location.hostname + "/assets/images/small-square.base64.txt",
url: "https://zoff.me/assets/images/small-square.base64.txt",
success: function(base64image) {
var image = base64image.substring(0, base64image.length - 1);
$.ajax({