[ 
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562935#action_12562935
 ] 

Daniel Naber commented on LUCENE-1157:
--------------------------------------

It would be nice to have this working with Javascript disabled, i.e. to have 
all items expanded by default in that case. This could be done by displaying 
all items by default and adding this code at the bottom:

  <SCRIPT>
    for (var i = 0; i < document.getElementsByTagName("ol").length; i++) {
      document.getElementsByTagName("ol")[i].style.display = "none";
    }
  </SCRIPT>

Not very clean, but I don't know a better solution for now.


> Formatable changes log  (CHANGES.txt is easy to edit but not so friendly to 
> read by Lucene users)
> -------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1157
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1157
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Doron Cohen
>            Assignee: Doron Cohen
>             Fix For: 2.4
>
>         Attachments: lucene-1157-take2.patch, lucene-1157.patch
>
>
> Background in http://www.nabble.com/formatable-changes-log-tt15078749.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to