diff options
| author | Jacob Thornton <[email protected]> | 2011-09-11 23:36:59 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-11 23:36:59 -0700 |
| commit | fcf816a23644e9d077986a8c35e1487becb6ddc0 (patch) | |
| tree | 3923bcc1b2478a37fe2076b0612c75310e32677e /docs/index.html | |
| parent | 02d668fd2e31b01e330400738bf2fa7bcbfaa822 (diff) | |
| download | bootstrap-fcf816a23644e9d077986a8c35e1487becb6ddc0.tar.xz bootstrap-fcf816a23644e9d077986a8c35e1487becb6ddc0.zip | |
index to use data attr for scrollspy initilizing
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index b97d5914f..dee3dc635 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,7 +37,7 @@ <!-- Topbar ================================================== --> - <div class="topbar"> + <div class="topbar" data-scrollspy="pls" > <div class="topbar-inner"> <div class="container"> <a class="brand" href="#">Bootstrap</a> |
