diff options
Diffstat (limited to 'modules/organize/views/organize_frame.html.php')
-rw-r--r-- | modules/organize/views/organize_frame.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |