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