From 408fe0dc4b61d18c53f32853b25b1ca5c743335d Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Sat, 26 Mar 2011 01:25:13 +0000 Subject: [scaladoc] Closes #4371. Review by pedrofurla. --- src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js index 212844c966..2d66d00b60 100644 --- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js +++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.js @@ -381,8 +381,10 @@ function kindFilter(kind) { function kindFilterSync() { if (kindFilterState == "all" || focusFilterState != null) $("#tpl ol.templates").show(); - else + else { $("#tpl ol.templates").hide(); + $("#tpl ol.packages a.packhide").text('show'); + } } function resizeFilterBlock() { -- cgit v1.2.3