We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d300e commit 729b73bCopy full SHA for 729b73b
js/widgets/popup.js
@@ -736,13 +736,7 @@ define( [ "jquery",
736
return;
737
}
738
739
- // if the current url has no dialog hash key proceed as normal
740
- // otherwise, if the page is a dialog simply tack on the hash key
741
- if ( url.indexOf( hashkey ) === -1 && !currentIsDialog ){
742
- url = url + hashkey;
743
- } else {
744
- url = $.mobile.path.parseLocation().hash + hashkey;
745
- }
+ url = url + hashkey;
746
747
// Tack on an extra hashkey if this is the first page and we've just reconstructed the initial hash
748
if ( urlHistory.activeIndex === 0 && url === urlHistory.initialDst ) {
0 commit comments