popup() : cancel the onclose event changePage ?

popup() : cancel the onclose event changePage ?

When I close the popup it appears to call changePage again. Is there any way to cancel this behaviour? Part of the problem is that the resulting changePage call does not seem to call pageShow. Typically I clear map icons on pageBeforeChange and then set a '.one()' handler to redraw the markers when pageShow is called. So when I close the popup() the markers are erased but not redrawn.

Thanks!

Edit: I am calling $page.popup('close') directly, not using data-rel="back" - but I guess it shouldn't matter. What I would like is just to close the popup and stay on the current page.