1. 08 5月, 2015 2 次提交
    • C
      Expand OS X versions referenced in configure message · 468cb052
      Carol Nichols 提交于
      10.10 is out, so it's weird to see a message that says you're on 10.9.
      Change the message to be >=10.9.
      468cb052
    • B
      Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichton · f0ac7e04
      bors 提交于
      My change in #24797 had a bug, described in that issue’s comments, and first discovered in issue #24918. This fixes it.
      
      I tested this new `main.js` by changing the `main.js` content of [a rendered docs page](https://doc.rust-lang.org/std/option/) to this new content. The ‘[−]’ button worked again.
      
      I am also including another related fix, because it would require manual merging if I made a separate pull request for it. The page-global ‘[−]’ button currently adds `#` to the end of the URL whenever it is clicked. I am changing its `href` from `#` to `javascript:void(0)` (the same as the `href` for section-specific ‘[−]’ links) to fix that.
      f0ac7e04
  2. 07 5月, 2015 38 次提交