OSDN Git Service

am 52dd2067: fix two bugs in site script. 1. Fix URL path check for reference docs...
authorScott Main <smain@google.com>
Thu, 15 Aug 2013 21:43:45 +0000 (14:43 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 15 Aug 2013 21:43:45 +0000 (14:43 -0700)
commit7e453280539406882215a0602ae6f63d7585fb9f
tree6455b2684f8c59a57d765dbaee2da8c4226ed7aa
parentd65a7da3206b8d369886532ab83c0bfce31ec01a
parent52dd206715e9d8e80a22c7106ec783324d51e747
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 would not appe

* commit '52dd206715e9d8e80a22c7106ec783324d51e747':
  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).