Menu

how to Remove confirm navigation popup

Help
2013-10-22
2013-10-25
  • Chris Smith

    Chris Smith - 2013-10-22

    How do i remove the confirm navigation popup?

    Ive looked through most files but have yet to find it. can someone help me out on this one

     
  • Chris Smith

    Chris Smith - 2013-10-25

    Found the entry for removing pop up
    posh3.2.1\templates\default\index_connected.php
    Find and remove
    window.window.onbeforeunload = function()
    {
    //return false;
    return "";
    }

     

Log in to post a comment.