From: Mike Bayer Date: Thu, 29 May 2014 16:28:19 +0000 (-0400) Subject: - disable the scrolling layout, anchors for code/params are not working, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709f46b222965cc29fcfcf62f94660aacaa86742;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - disable the scrolling layout, anchors for code/params are not working, and the current approach used for sections is not able to work for fine-grained anchors like these, another approach needs to be taken. --- diff --git a/doc/build/static/init.js b/doc/build/static/init.js index 5687eed1dd..2be395a1f0 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(); } });