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, - $("