• I moved the post form to the bottom of the page and now upon page load, the page focuses on the bottom of the page instead of the top… presumably because the post form is down there. Any ideas on how I can get the page to NOT focus on the post form?

    Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter smc11773

    (@smc11773)

    heh… found the blasted code!

    In p2.js: (version 1.1.5)

    if(!window.location.href.match(‘#’))
    $(‘#posttext’).focus();

    comment out: $(‘#posttext’).focus();

Viewing 1 replies (of 1 total)
  • The topic ‘Moving Post form to bottom focus issue’ is closed to new replies.