diff --git a/attachments/pages/index.html b/attachments/pages/index.html
index 8f825dbc..56f06951 100755
--- a/attachments/pages/index.html
+++ b/attachments/pages/index.html
@@ -40,11 +40,6 @@
Loading...
-
-
-

- Loading...
-
@@ -53,6 +48,13 @@
+
+
diff --git a/attachments/script/recline.js b/attachments/script/recline.js
index 06b9853f..4a798958 100755
--- a/attachments/script/recline.js
+++ b/attachments/script/recline.js
@@ -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);
});