summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoshua Gourneau <josh@gourneau.com>2012-03-14 17:20:18 -0700
committerJoshua Gourneau <josh@gourneau.com>2012-03-14 17:20:18 -0700
commite90406bfa68c900ff2b366ccc14779c3e30ca4b1 (patch)
tree58450b6cc6df27d9f65a24f0686cc0c0b09195d2 /index.html
parentd2d3a2245de2b1681d49b92558fa119a26cddac1 (diff)
now the name and swear are stored and displayed as well
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html4
1 files changed, 4 insertions, 0 deletions
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}}");
});
</script>
<script src="/js/json2.min.js"></script>