Skip to content

Commit a5d300e

Browse files
author
Gabriel Schulhof
committed
[hashchange functional test] Adding links to study jquery-archive#5118
1 parent 69104f7 commit a5d300e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/hashchange/dialog.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ <h1>A dialog</h1>
1313
<div id="thePopup" data-role="popup">
1414
<p>This is a popup from a dialog</p>
1515
<a href="hashchange1.html">Another page</a>
16+
<a href="hashchange2.html">Yet another page</a>
1617
</div>
1718
<a href="#thePopup" data-role="button" data-rel="popup" data-inline="true">A popup from a dialog</a>
1819
<a href="dialog1.html" data-role="button" data-rel="dialog" data-inline="true">Another dialog</a>
1920
<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>
2022
</div>
2123
</div>
2224
</body>

0 commit comments

Comments
 (0)