update ajax loader style

This commit is contained in:
Max Ogden
2011-08-03 18:19:49 -04:00
parent d7e7eeabe4
commit f40f5b20f3
3 changed files with 7 additions and 3 deletions

View File

@@ -192,8 +192,8 @@ var recline = function() {
function initializeTable(offset) {
$('.large-loader').show();
couch.request({url: app.baseURL + 'api/headers'}).then(function ( headers ) {
$('.large-loader').hide();
getDbInfo().then(function(dbInfo) {
$('.large-loader').hide();
updateDocCount(dbInfo.doc_count);
});
app.headers = headers;