mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Imageblob only from allowed origin
This commit is contained in:
@@ -221,6 +221,9 @@ var Frontpage = {
|
||||
$("#mega-background").css("opacity", 1);
|
||||
$(".autocomplete").attr("placeholder", list[i]._id);
|
||||
},500);
|
||||
},
|
||||
error: function() {
|
||||
$(".autocomplete").attr("placeholder", list[i]._id);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user