projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
866ae7a
)
Add missing parameter
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 5 Dec 2009 02:08:57 +0000
(19:08 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Dec 2009 03:44:00 +0000
(20:44 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
f9d8713
..
c651c2b
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-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