]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/InfiniteScroll/infinitescroll.js
Show more links work with AJAX-retrieved HTML
[quix0rs-gnu-social.git] / plugins / InfiniteScroll / infinitescroll.js
index f28c90a808fbc20c3cdf4ee5a101fd2f0a7feb02..6fcf098dfe6e169aa99e6a2eb5261c723901311d 100644 (file)
@@ -9,7 +9,7 @@ jQuery(document).ready(function($){
                       'body#showfavorites li.nav_next a,'+
                       'body#showgroup li.nav_next a,'+
                       'body#favorited li.nav_next a',
-    loadingImg      : $('address .url')[0].href+'plugins/InfiniteScroll/ajax-loader.gif',
+    loadingImg      : ajax_loader_url,
     text            : "<em>Loading the next set of posts...</em>",
     donetext        : "<em>Congratulations, you\'ve reached the end of the Internet.</em>",
     navSelector     : "#pagination",