From c64e6c1d864c93c23201192861ffed8f7b39eaeb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 6 Feb 2015 22:29:37 -0800 Subject: New dingus location for interact links. --- tools/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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())); }); }); -- cgit v1.2.3