]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/InfiniteScroll/infinitescroll.js
Moved class="pagination" to child element and removed element
[quix0rs-gnu-social.git] / plugins / InfiniteScroll / infinitescroll.js
index ae4d53d09593fc215e65f9f4353e1b71289dd7d5..09b2d4f72e40bdfc103905952894ad23e0f9b228 100644 (file)
@@ -6,7 +6,7 @@ jQuery(document).ready(function($){
     loadingImg      : $('address .url')[0].href+'plugins/InfiniteScroll/ajax-loader.gif',
     text            : "<em>Loading the next set of posts...</em>",
     donetext        : "<em>Congratulations, you\'ve reached the end of the Internet.</em>",
-    navSelector     : "div.pagination",
+    navSelector     : ".pagination",
     contentSelector : "#notices_primary ol.notices",
     itemSelector    : "#notices_primary ol.notices li"
     },function(){