From 7b6d2338ba3e5b7088eb82f2a7ac36b8b033cd0a Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Wed, 25 Mar 2015 20:26:23 -0700 Subject: SI-8940 Scaladoc: Fix "Order by Alphabetical" button The selector has been wrong since 0c2614e. --- src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.js b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.js index 5ef03848b2..c1e3010834 100644 --- a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.js +++ b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.js @@ -179,7 +179,7 @@ $(document).ready(function(){ filter(); }); - $("#visbl > ol > li.public").click(function() { + $("#order > ol > li.alpha").click(function() { if ($(this).hasClass("out")) { orderAlpha(); } -- cgit v1.2.3