From 188ca7e679589e26bf6c0234c02daeea703565ac Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 15 Oct 2017 18:54:14 +1300 Subject: [PATCH] homepage: add "again" button --- static/index.html | 10 +++++++++- staticResources.go | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index f2d38c5..20f0991 100644 --- a/static/index.html +++ b/static/index.html @@ -22,6 +22,9 @@ html, body { left:10px; right:10px; } +button.again { + margin-top:2em; +} /* hide close button */ .contented-close { display: none; @@ -62,7 +65,12 @@ contented.init("#surrogate-area", function(items) { $("").html("info"), ])) } - $("#surrogate-area").html($table); + $("#surrogate-area").html([ + $table, + $("