From 9e6e2138dfd507dbd0ce8835072b7d950855b3d4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Jan 2011 23:55:21 -0800 Subject: Only mask the data view on changes, it's a little less jarring. --- modules/organize/views/organize_frame.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/organize/views') diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php index 626a1b7d..958b7414 100644 --- a/modules/organize/views/organize_frame.html.php +++ b/modules/organize/views/organize_frame.html.php @@ -21,11 +21,11 @@ * ******************************************************************************** */ var start_busy = function(msg) { - outer.el.mask(msg, "loading"); + thumb_data_view.el.mask(msg, "loading"); } var stop_busy = function() { - outer.el.unmask(); + thumb_data_view.el.unmask(); } var show_generic_error = function() { -- cgit v1.2.3