aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 2bc32c0..05a471a 100644
--- a/tools/template.html
+++ b/tools/template.html
@@ -108,7 +108,7 @@ $$(document).ready(function() {
});
});
$$("code.language-markdown").dblclick(function(e) { window.open('/dingus/?text=' +
- encodeURIComponent($$(this).find('code').text()));
+ encodeURIComponent($$(this).text()));
});
});
</script>