Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit fd8680a

Browse files
committed
disable base tag reset on stale dialog url
1 parent 411c33c commit fd8680a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

js/jquery.mobile.navigation.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -778,11 +778,6 @@ define( [
778778
}
779779
}
780780

781-
// Reset base to the default document base.
782-
if ( $.support.dynamicBaseTag ) {
783-
base.reset();
784-
}
785-
786781
// If the page we are interested in is already in the DOM,
787782
// and the caller did not indicate that we should force a
788783
// reload of the file, we are done. Otherwise, track the

0 commit comments

Comments
 (0)