Skip to content

Commit a2cbeab

Browse files
authored
Update pagination.js
1 parent 5ce7f42 commit a2cbeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ request.onreadystatechange = function() {
5252
console.error('Error fetching sitemap.xml');
5353
}
5454
};
55-
request.open('GET', 'sitemap.xml', true); // Replace with your sitemap file
55+
request.open('GET', 'jquery-plugins.xml', true); // Replace with your sitemap file
5656
request.send();

0 commit comments

Comments
 (0)