diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-04 13:45:23 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-04 13:45:23 -0800 |
commit | f0b15b806279f6b9a3f4bfffc35f3ca49d2cf3ac (patch) | |
tree | 1ae207bb8c87a3641562ea1c333c90496b6d3ce2 /tools | |
parent | f2f114de000dcc8d4c382983df8d93530867423f (diff) |
Fixed dingus link in tools/template.html.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/template.html b/tools/template.html index 0db5ff7..d09d48f 100644 --- a/tools/template.html +++ b/tools/template.html @@ -73,7 +73,7 @@ $$(document).ready(function() { $$("div.example").each(function(e) { var t = $$(this).find('code.language-markdown').text(); $$(this).find('a.dingus').click(function(f) { - window.open('/dingus.html?text=' + + window.open('/dingus/?text=' + encodeURIComponent(t.replace(/→/g,"\t"))); }); }); |