• Resolved Raja Anbazhagan

    (@rajaanbazhagan)


    After 1.3.1 update, SSJ3 works as expected. However, SSJ2 pop up dismissal should restore the scrolling but it doesn’t.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Raja Anbazhagan

    (@rajaanbazhagan)

    I checked the code. Fortunately it’s a single line fix for me. I didn’t have enough permission to commit the fix to your SVN. So here is the patch.

    Index: trunk/gothamblock.php
    ===================================================================
    --- trunk/gothamblock.php	(revision 2481979)
    +++ trunk/gothamblock.php	(working copy)
    @@ -48,6 +48,7 @@
     			  var over = document.getElementById("overlayh");
     			  mes.style.display = "none";
     			  over.style.display = "none";
    +			  document.body.removeAttribute("style");
     		  }
     		  function gothamadblock_myClosePopSSJ() {
     			  window.location.reload()`
    
    
    Plugin Author Kapsule Corp

    (@gothamdev)

    Oh thanks for your help ??
    Bug fix in 1.3.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t scroll after dismissing the popup with SSJ2’ is closed to new replies.