From 3a103ae4848d2b55986738727428275e18b91b0f Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 18 Nov 2017 14:11:40 +1300 Subject: [PATCH] index: replace our custom result listing page with an album preview --- static/index.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/static/index.html b/static/index.html index 3ad81bf..a02f7d8 100644 --- a/static/index.html +++ b/static/index.html @@ -56,23 +56,7 @@ $.get("/about", function(ret) { // Load upload widget contented.init("#surrogate-area", function(items) { - - var $table = $(""); - for (var i = 0; i < items.length; ++i) { - $table.append($("").append([ - $("
").append($("").attr('src', contented.getThumbnailURL(contented.thumbnail.small_square, items[i]))), - $("").text(items[i]), - $("").html("get"), - $("").html("info"), - ])) - } - $("#surrogate-area").html([ - $table, - $("