mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
More general address for fetching image
This commit is contained in:
@@ -582,7 +582,7 @@ var List = {
|
|||||||
var playlist_id = response.id;
|
var playlist_id = response.id;
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
url: "https://zoff.me/assets/images/small-square.base64.txt",
|
url: window.location.protocol + "//" + window.location.hostname + "/assets/images/small-square.base64.txt",
|
||||||
success: function(base64image) {
|
success: function(base64image) {
|
||||||
var image = base64image.substring(0, base64image.length - 1);
|
var image = base64image.substring(0, base64image.length - 1);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|||||||
Reference in New Issue
Block a user