Moved class="pagination" to child element and removed element

This commit is contained in:
Sarven Capadisli
2009-11-13 12:26:24 +00:00
parent 12d3c44480
commit 1bac324072
4 changed files with 4 additions and 10 deletions

View 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(){