OSDN Git Service

am 7e453280: am 52dd2067: fix two bugs in site script. 1. Fix URL path check for...
authorScott Main <smain@google.com>
Thu, 15 Aug 2013 21:45:35 +0000 (14:45 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 15 Aug 2013 21:45:35 +0000 (14:45 -0700)
commitce478d54ad619c11b796b6286357c3203544d90d
tree41a24cf16446fb8be374ae7c11555cefdb5b39a7
parentfc8b6338510690f1f87c57b9d9c470e25fc48bcd
parent7e453280539406882215a0602ae6f63d7585fb9f
am 7e453280: am 52dd2067: fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the reference drag bar w

* commit '7e453280539406882215a0602ae6f63d7585fb9f':
  fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the reference drag bar would not appear. 2. Fix the recent change to the 'scroll into view' script so that it works properly in a multi-pane sidenav (reference docs) by again making the offset measurement relative to the parent container (but much better than was done before).