X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fnetworking.scm;h=b541c1ee99da72ff881e73c2a6bfc0b2e4891e3d;hp=33ad424f3234c497f01e8de21bf0580bad128af0;hb=25c34496ce23be265460bc4c95cba6036ff577a2;hpb=055ce4c85ccf38385b80d1873927e059f7b58a20 diff --git a/mudsync/networking.scm b/mudsync/networking.scm index 33ad424..b541c1e 100644 --- a/mudsync/networking.scm +++ b/mudsync/networking.scm @@ -249,7 +249,11 @@ like the web one" ;; (p (b "") " Last one!")) )) (div (@ (id "input-metabox")) - (input (@ (id "main-input")))))) + (input (@ (id "main-input"))) + " " + (span (@ (id "connection-status") + (class "disconnected")) + "[disconnected]")))) (define (main-tmpl) `(html (@ (xmlns "http://www.w3.org/1999/xhtml"))