diff options
| author | Joshua Gourneau <josh@gourneau.com> | 2012-03-14 17:20:18 -0700 |
|---|---|---|
| committer | Joshua Gourneau <josh@gourneau.com> | 2012-03-14 17:20:18 -0700 |
| commit | e90406bfa68c900ff2b366ccc14779c3e30ca4b1 (patch) | |
| tree | 58450b6cc6df27d9f65a24f0686cc0c0b09195d2 /index.html | |
| parent | d2d3a2245de2b1681d49b92558fa119a26cddac1 (diff) | |
now the name and swear are stored and displayed as well
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |
