aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-02-06 22:29:37 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-02-06 22:29:37 -0800
commitc64e6c1d864c93c23201192861ffed8f7b39eaeb (patch)
treed94e68afc45cdb516b615113eb887d6a6dab54cc /tools
parentc03e1e739cdb178fcea8be5c0006ef4c8631f138 (diff)
New dingus location for interact links.
Diffstat (limited to 'tools')
-rw-r--r--tools/template.html2
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()));
});
});