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

Commit 76a90c0

Browse files
Demos: Removed unwanted data-ajax="false" attributes from links. Fixes #6344.
1 parent 189168b commit 76a90c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/examples/panels/panel-styling.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

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

154-
<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>
154+
<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>
155155

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

demos/examples/panels/panel-swipe-open.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<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>
7575

76-
<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>
76+
<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>
7777

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

0 commit comments

Comments
 (0)