mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
loading
This commit is contained in:
@@ -122,7 +122,7 @@ var Nochan = {
|
||||
if(Nochan.blob_list[i] !== undefined){
|
||||
//$(".room-namer").css("opacity", 0);
|
||||
var img = new Image();
|
||||
img.src = "/images/thumbnails/"+id;
|
||||
img.src = "/images/thumbnails/"+id+".jpg";
|
||||
|
||||
img.onerror = function(){ // Failed to load
|
||||
console.log("didn't find");
|
||||
|
||||
Reference in New Issue
Block a user