Skip to content

Commit 62c9a9c

Browse files
committed
Effect demo: Change anchor to button element
1 parent c0d864d commit 62c9a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/effect/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3 class="ui-widget-header ui-corner-all">Effect</h3>
9595
<option value="transfer">Transfer</option>
9696
</select>
9797

98-
<a href="#" id="button" class="ui-state-default ui-corner-all">Run Effect</a>
98+
<button id="button" class="ui-state-default ui-corner-all">Run Effect</button>
9999

100100
<div class="demo-description">
101101
<p>Click the button above to show the effect.</p>

0 commit comments

Comments
 (0)