yet again redesigning loading icon thingy. make it modal this time

This commit is contained in:
Max Ogden
2011-08-03 18:57:14 -04:00
parent 1748110b02
commit 8e32984ff3
2 changed files with 9 additions and 7 deletions

View File

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