From de5622f0d8db5bf1924187750ce7a8a0398f18db Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Fri, 12 Mar 2010 05:03:03 +0000
Subject: [PATCH] don't hide dialogs, they handle that for us

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15821 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/web/templates/default/acq/financial/list_funds.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 b/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
index 2eba411afa..94499f3f5c 100644
--- a/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
+++ b/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
@@ -101,7 +101,7 @@
         </thead>
     </table>
 </div>
-<div dojoType='openils.widget.ProgressDialog' class='hidden' jsId='progressDialog'/>
+<div dojoType='openils.widget.ProgressDialog' jsId='progressDialog'/>
 
 
 [% END %]
-- 
2.11.0