From 8a319ad4106c405ed8d78aff2d3db10464a39dbf Mon Sep 17 00:00:00 2001 From: cubiclesoft Date: Fri, 29 Mar 2019 17:11:08 -0700 Subject: [PATCH] Fixed initial load page up/down issue. --- support/admin.js | 2 ++ support/page_basics.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/support/admin.js b/support/admin.js index 6d39027..dc61390 100644 --- a/support/admin.js +++ b/support/admin.js @@ -47,4 +47,6 @@ $(function() { scrolltarget.scrollLeft += o.deltaX * mult; } }); + + $('#contentwrap').focus(); }); \ No newline at end of file diff --git a/support/page_basics.php b/support/page_basics.php index 7846109..803b9f9 100644 --- a/support/page_basics.php +++ b/support/page_basics.php @@ -399,7 +399,7 @@ function BB_InitLayouts() -
@CONTENT@
+
@CONTENT@
-
@CONTENT@
+
@CONTENT@