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

Commit 6c33bea

Browse files
committed
Docs: cleanup own typo for dismiss-popup-ID
1 parent 1872bf6 commit 6c33bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/popup/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2>Closing popups</h2>
192192

193193
<a href="#popupCloseRight" data-rel="popup" data-role="button" data-inline="true">Popup with close button right</a>
194194
<a href="#popupCloseLeft" data-rel="popup" data-role="button" data-inline="true">Popup with close button left</a>
195-
<a href="#popupUnismissable" data-rel="popup" data-role="button" data-inline="true">Undismissable Popup</a>
195+
<a href="#popupUndismissable" data-rel="popup" data-role="button" data-inline="true">Undismissable Popup</a>
196196

197197
<div data-role="popup" id="popupCloseRight" class="ui-content" style="max-width:280px">
198198
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
@@ -204,7 +204,7 @@ <h2>Closing popups</h2>
204204
<p>I have a close button at the top left corner with simple HTML markup.</p>
205205
</div>
206206

207-
<div data-role="popup" id="popupUnismissable" class="ui-content" style="max-width:280px" data-dismissable="false">
207+
<div data-role="popup" id="popupUndismissable" class="ui-content" style="max-width:280px" data-dismissable="false">
208208
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-left">Close</a>
209209
<p>I have the <code>data-dismissable</code> attribute set to <code>false</code>. I'm not closeable be clicking outside of me.</p>
210210
</div>

0 commit comments

Comments
 (0)