mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Used realfavicongenerator.net to generate new favicons
This commit is contained in:
@@ -193,7 +193,7 @@ var Frontpage = {
|
||||
var img = new Image();
|
||||
img.src = "/assets/images/thumbnails/"+id+".jpg";
|
||||
|
||||
img.onerror = function(){ // Failed to load
|
||||
img.onerror = function(e){ // Failed to load
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
data: {id:id},
|
||||
|
||||
Reference in New Issue
Block a user