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:00 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-28 06:50:00 +0000
commitc91478058505cd8cae5160c1056bcde65af5a78b (patch)
tree1a8b2441e1db18c50a631192c5ce79873c917dfc /lib/rdoc/generator/template/darkfish/js/darkfish.js
parentb7fdee40f663d9f07919e25853a534cad41ff77f (diff)
parentaca4e654e62379980f701a87c6ff32e11b54b3cd (diff)
add tag v2_4_7v2_4_7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_4_7@67795 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;
}