]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- disable the scrolling layout, anchors for code/params are not working,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2014 16:28:19 +0000 (12:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 May 2014 16:29:08 +0000 (12:29 -0400)
and the current approach used for sections is not able to work for fine-grained
anchors like these, another approach needs to be taken.

doc/build/static/init.js

index 5687eed1ddbde94ebf4944d656a28ec55ac046a0..2be395a1f0918af495d9fc874ee0d1d65364e3ef 100644 (file)
@@ -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();
     }
 });