This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ <h2>Closing popups</h2>
192
192
193
193
< a href ="#popupCloseRight " data-rel ="popup " data-role ="button " data-inline ="true "> Popup with close button right</ a >
194
194
< 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 >
196
196
197
197
< div data-role ="popup " id ="popupCloseRight " class ="ui-content " style ="max-width:280px ">
198
198
< 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>
204
204
< p > I have a close button at the top left corner with simple HTML markup.</ p >
205
205
</ div >
206
206
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 ">
208
208
< a href ="# " data-rel ="back " data-role ="button " data-theme ="a " data-icon ="delete " data-iconpos ="notext " class ="ui-btn-left "> Close</ a >
209
209
< p > I have the < code > data-dismissable</ code > attribute set to < code > false</ code > . I'm not closeable be clicking outside of me.</ p >
210
210
</ div >
You can’t perform that action at this time.
0 commit comments