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 5ce7f42 commit a2cbeabCopy full SHA for a2cbeab
pagination.js
@@ -52,5 +52,5 @@ request.onreadystatechange = function() {
52
console.error('Error fetching sitemap.xml');
53
}
54
};
55
-request.open('GET', 'sitemap.xml', true); // Replace with your sitemap file
+request.open('GET', 'jquery-plugins.xml', true); // Replace with your sitemap file
56
request.send();
0 commit comments