make the ajax loader appear in a box
This commit is contained in:
parent
55bee713e9
commit
313f87ebb9
2 changed files with 3 additions and 2 deletions
|
|
@ -20,9 +20,10 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$(window).unbind('.infscr');
|
||||
$('#main_stream + .pagination').hide();
|
||||
|
||||
$("a.paginate").live("click", function() {
|
||||
$(this).css("display", "none");
|
||||
|
||||
$(document).trigger("retrieve.infscr");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -626,7 +626,7 @@ ul.show_comments
|
|||
:margin
|
||||
:bottom 2em
|
||||
|
||||
a.paginate
|
||||
a.paginate, #infscr-loading
|
||||
:border
|
||||
:width 1px
|
||||
:style solid
|
||||
|
|
|
|||
Loading…
Reference in a new issue