We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69104f7 commit a5d300eCopy full SHA for a5d300e
tests/functional/hashchange/dialog.html
@@ -13,10 +13,12 @@ <h1>A dialog</h1>
13
<div id="thePopup" data-role="popup">
14
<p>This is a popup from a dialog</p>
15
<a href="hashchange1.html">Another page</a>
16
+ <a href="hashchange2.html">Yet another page</a>
17
</div>
18
<a href="#thePopup" data-role="button" data-rel="popup" data-inline="true">A popup from a dialog</a>
19
<a href="dialog1.html" data-role="button" data-rel="dialog" data-inline="true">Another dialog</a>
20
<a href="dialog2.html" data-role="button" data-rel="dialog" data-inline="true">Yet another dialog</a>
21
+ <a href="hashchange1.html" data-role="button" data-inline="true">Another page</a>
22
23
24
</body>
0 commit comments