Skip to content

Commit 3dd4955

Browse files
author
scottjehl
committed
removed the nonHistorySelectors option, which was no longer in use after the nav refactor.
1 parent b0552d7 commit 3dd4955

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/api/globalconfig.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ <h2>Configurable options</h2>
8585
<dt>subPageUrlKey (<em>string</em>, default: "ui-page"):</dt>
8686
<dd>The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to <em>example.html<strong>&ui-page=</strong>subpageIdentifier</em>. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.</dd>
8787

88-
<dt>nonHistorySelectors (<em>string</em>, default: "dialog"):</dt>
89-
<dd>Anchor links with a data-rel attribute value, or pages with a data-role value, that match these selectors will not be trackable in history (they won't update the location.hash and won't be bookmarkable).</dd>
90-
91-
9288
<dt>activePageClass (<em>string</em>, default: "ui-page-active"):</dt>
9389
<dd>The class assigned to page currently in view, and during transitions</dd>
9490

js/jquery.mobile.core.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
// hash segment before &ui-page= is used to make Ajax request
2121
subPageUrlKey: "ui-page",
2222

23-
// Anchor links with a data-rel, or pages with a data-role, that match these selectors will be untrackable in history
24-
// (no change in URL, not bookmarkable)
25-
nonHistorySelectors: "dialog",
26-
2723
// Class assigned to page currently in view, and during transitions
2824
activePageClass: "ui-page-active",
2925

0 commit comments

Comments
 (0)