diff options
Diffstat (limited to 'tools/template.html')
-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 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> |