Add missing parameter
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 5 Dec 2009 02:08:57 +0000 (19:08 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Dec 2009 03:44:00 +0000 (20:44 -0700)
imp/js/DimpBase.js

index f9d8713..c651c2b 100644 (file)
@@ -2576,7 +2576,7 @@ var DimpBase = {
 
     loadingImg: function(id, show)
     {
-        DimpCore.loadingImg(id + 'Loading', id == 'viewport' ? 'msgSplitPane' : 'previewPane');
+        DimpCore.loadingImg(id + 'Loading', id == 'viewport' ? 'msgSplitPane' : 'previewPane', show);
     },
 
     // p = (element) Parent element