mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
loading indicator starts off hidden
This commit is contained in:
@@ -912,7 +912,7 @@ define(function() {
|
||||
}
|
||||
|
||||
function loadMorePosts(tid, callback) {
|
||||
var indicatorEl = $('.loading-indicator');
|
||||
var indicatorEl = $('.loading-indicator');
|
||||
|
||||
if (infiniteLoaderActive) {
|
||||
return;
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
|
||||
<div class="well col-md-11 col-xs-12 pull-right hide">
|
||||
<div class="topic-main-buttons pull-right inline-block hide">
|
||||
<div class="loading-indicator" done="0">
|
||||
<div class="loading-indicator" done="0" style="display:none;">
|
||||
Loading More Posts <i class="icon-refresh icon-spin"></i>
|
||||
</div>
|
||||
<button class="btn btn-primary post_reply" type="button">[[topic:reply]]</button>
|
||||
|
||||
Reference in New Issue
Block a user