pagecontainer - allowSamePageTransition is not removing existing page.

pagecontainer - allowSamePageTransition is not removing existing page.

JQuery Mobile 1.4.4 - Trying to get my pages to load properly. I've noticed that when trying to reload the same page I get two pages with the same ID in the DOM. Does anyone have a work around for this?

$("body").pagecontainer('change', reload_url, 
    {allowSamePageTransition: true, changeHash: false, showLoadMsg: true, reloadPage: true}
);