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

Commit

Permalink
removed the nonHistorySelectors option, which was no longer in use af…
Browse files Browse the repository at this point in the history
…ter the nav refactor.
  • Loading branch information
scottjehl committed Jul 15, 2011
1 parent b0552d7 commit 3dd4955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/api/globalconfig.html
Expand Up @@ -85,10 +85,6 @@ <h2>Configurable options</h2>
<dt>subPageUrlKey (<em>string</em>, default: "ui-page"):</dt>
<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>

<dt>nonHistorySelectors (<em>string</em>, default: "dialog"):</dt>
<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>


<dt>activePageClass (<em>string</em>, default: "ui-page-active"):</dt>
<dd>The class assigned to page currently in view, and during transitions</dd>

Expand Down
4 changes: 0 additions & 4 deletions js/jquery.mobile.core.js
Expand Up @@ -20,10 +20,6 @@
// hash segment before &ui-page= is used to make Ajax request
subPageUrlKey: "ui-page",

// Anchor links with a data-rel, or pages with a data-role, that match these selectors will be untrackable in history
// (no change in URL, not bookmarkable)
nonHistorySelectors: "dialog",

// Class assigned to page currently in view, and during transitions
activePageClass: "ui-page-active",

Expand Down

0 comments on commit 3dd4955

Please sign in to comment.