summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/js/darkfish.js
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-28 06:50:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-28 06:50:12 +0000
commit189a36cfabfc30e785cece0692c802be87ebd9cf (patch)
treec16df5ce84d85ca4fb211854abc79719bd678d4d /lib/rdoc/generator/template/darkfish/js/darkfish.js
parentecc79bffe5150f8b8583402eca904366222a1a1f (diff)
parent32aca3ddc8b9b1ce602177eb15f1b88a22408ef3 (diff)
add tag v2_5_6v2_5_6
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_5_6@67796 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;
}