summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/js/darkfish.js
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-28 07:36:58 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-28 07:36:58 +0000
commit6315e42c222d5484004494950c7524a85acadb20 (patch)
treec7386864d03cb07d238bc4e6a8d686b4e0bad479 /lib/rdoc/generator/template/darkfish/js/darkfish.js
parentb7a2e009ffb79f7f9cbe82aa59401f8323c0c1b1 (diff)
parent0b9c6f69028cdfe68b3f426c1546320bb4fb1e45 (diff)
add tag v2_6_4v2_6_4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_6_4@67798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/generator/template/darkfish/js/darkfish.js')
-rw-r--r--lib/rdoc/generator/template/darkfish/js/darkfish.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rdoc/generator/template/darkfish/js/darkfish.js b/lib/rdoc/generator/template/darkfish/js/darkfish.js
index 089813fcde..111bbf8eb9 100644
--- a/lib/rdoc/generator/template/darkfish/js/darkfish.js
+++ b/lib/rdoc/generator/template/darkfish/js/darkfish.js
@@ -72,7 +72,6 @@ function hookSearch() {
}
search.select = function(result) {
- console.log(result);
window.location.href = result.firstChild.firstChild.href;
}