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

Commit

Permalink
Demos: Removed unwanted data-ajax="false" attributes from links. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Aug 15, 2013
1 parent 189168b commit 76a90c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/examples/panels/panel-styling.php
Expand Up @@ -151,7 +151,7 @@

<p>Click the "view source" button to see the CSS and markup of this demo and open the demo to see the result.</p>

<a href="#demo-page" class="jqm-button" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right">Open demo</a>
<a href="#demo-page" class="jqm-button" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right">Open demo</a>

<div data-demo-html="#demo-page" data-demo-css="true"></div><!--/demo-html -->

Expand Down
2 changes: 1 addition & 1 deletion demos/examples/panels/panel-swipe-open.php
Expand Up @@ -73,7 +73,7 @@

<p>The demo page has two menus, one at each side. Both can be opened with swipe or with the buttons in the header.</p>

<a href="#demo-page" class="jqm-button" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right">Open demo</a>
<a href="#demo-page" class="jqm-button" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right">Open demo</a>

<div data-demo-html="#demo-page" data-demo-js="true" data-demo-css="true"></div><!--/demo-html -->

Expand Down

0 comments on commit 76a90c0

Please sign in to comment.