From e90406bfa68c900ff2b366ccc14779c3e30ca4b1 Mon Sep 17 00:00:00 2001 From: Joshua Gourneau Date: Wed, 14 Mar 2012 17:20:18 -0700 Subject: now the name and swear are stored and displayed as well --- index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index cec8b23..05815a7 100755 --- a/index.html +++ b/index.html @@ -54,6 +54,10 @@ %if sig: sig.regenerate({{!sig}}); %end + %setdefault("name", "") + $("#name").val("{{name}}"); + %setdefault("swear", "") + $("#swear").val("{{swear}}"); }); -- cgit v1.3.1