From 8e32984ff3c6ae92b402231ed8ff1b2c1d8132b3 Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Wed, 3 Aug 2011 18:57:14 -0400 Subject: [PATCH] yet again redesigning loading icon thingy. make it modal this time --- attachments/pages/index.html | 12 +++++++----- attachments/script/recline.js | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) 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... - - + + 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); });