diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-29 12:28:51 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-29 12:28:51 -0400 |
| commit | b7af98c86fb282349c6816218172a78f7df3d2d9 (patch) | |
| tree | 82b93a0296ded95f6791154f8c8dac6ecea3c2e5 | |
| parent | 10d4629583db6a47441e5c6c3e010b1263169ad7 (diff) | |
| parent | b987f90cd0e2dfa3f1e560fab57a6add5816b6b0 (diff) | |
| download | sqlalchemy-b7af98c86fb282349c6816218172a78f7df3d2d9.tar.gz | |
Merge branch 'master' into rel_1_0
| -rw-r--r-- | doc/build/static/init.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/static/init.js b/doc/build/static/init.js index 5687eed1d..2be395a1f 100644 --- a/doc/build/static/init.js +++ b/doc/build/static/init.js @@ -61,7 +61,8 @@ function initFloatyThings() { $(document).ready(function() { initSQLPopups(); - if (!$.browser.mobile) { + // disable for now, still can't get anchors to work in all cases + if (0) { //!$.browser.mobile) { initFloatyThings(); } }); |
