We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0b33e commit 3886951Copy full SHA for 3886951
tests/functional/hashchange/dialog.html
@@ -12,6 +12,7 @@ <h1>A dialog</h1>
12
<a href="hashchange.html" data-role="button" data-inline="true">A page</a>
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
</div>
17
<a href="#thePopup" data-role="button" data-rel="popup" data-inline="true">A popup from a dialog</a>
18
<a href="dialog1.html" data-role="button" data-rel="dialog" data-inline="true">Another dialog</a>
0 commit comments