Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit ee26df6

Browse files
committed
no _ folders
1 parent 0a624cc commit ee26df6

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

demo/2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script src="../jquery.mobile.pagination.js"></script>
1313
</head>
1414
<body>
15-
<img src="_img/2.jpg" alt="Wooden boat on a canal">
15+
<img src="img/2.jpg" alt="Wooden boat on a canal">
1616
<ul data-role="pagination">
1717
<li class="ui-pagination-prev"><a href="index.html">Prev</a></li>
1818
<li class="ui-pagination-next"><a href="3.html">Next</a></li>

demo/3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script src="../jquery.mobile.pagination.js"></script>
1313
</head>
1414
<body>
15-
<img src="_img/3.jpg" alt="A house on a canal in Amsterdam">
15+
<img src="img/3.jpg" alt="A house on a canal in Amsterdam">
1616
<ul data-role="pagination">
1717
<li class="ui-pagination-prev"><a href="2.html">Prev</a></li>
1818
<li class="ui-pagination-next"><a href="4.html">Next</a></li>

demo/4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script src="../jquery.mobile.pagination.js"></script>
1313
</head>
1414
<body>
15-
<img src="_img/4.jpg" alt="A textured wall in Amsterdam">
15+
<img src="img/4.jpg" alt="A textured wall in Amsterdam">
1616
<ul data-role="pagination">
1717
<li class="ui-pagination-prev"><a href="3.html">Prev</a></li>
1818
</ul>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="../jquery.mobile.pagination.js"></script>
1616
</head>
1717
<body>
18-
<img src="_img/1.jpg" alt="Clog with flowers planted in it">
18+
<img src="img/1.jpg" alt="Clog with flowers planted in it">
1919
<ul data-role="pagination">
2020
<li class="ui-pagination-prev"><a href="4.html">Prev</a></li>
2121
<li class="ui-pagination-next"><a href="2.html">Next</a></li>

0 commit comments

Comments
 (0)