mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
images not added for some reason..
This commit is contained in:
1
server/public/assets/images/small-square.base64.txt
Normal file
1
server/public/assets/images/small-square.base64.txt
Normal file
File diff suppressed because one or more lines are too long
BIN
server/public/assets/images/small-square.jpg
Normal file
BIN
server/public/assets/images/small-square.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user