diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-06 22:29:37 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-06 22:29:37 -0800 |
commit | c64e6c1d864c93c23201192861ffed8f7b39eaeb (patch) | |
tree | d94e68afc45cdb516b615113eb887d6a6dab54cc /tools | |
parent | c03e1e739cdb178fcea8be5c0006ef4c8631f138 (diff) |
New dingus location for interact links.
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 10bbdb5..0db5ff7 100644 --- a/tools/template.html +++ b/tools/template.html @@ -77,7 +77,7 @@ $$(document).ready(function() { encodeURIComponent(t.replace(/→/g,"\t"))); }); }); - $$("code.language-markdown").dblclick(function(e) { window.open('/dingus.html?text=' + + $$("code.language-markdown").dblclick(function(e) { window.open('/dingus/?text=' + encodeURIComponent($$(this).find('code').text())); }); }); |