projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396d141
)
Fix object name.
author
Jan Schneider
<jan@horde.org>
Mon, 28 Dec 2009 21:25:22 +0000
(22:25 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 28 Dec 2009 21:25:22 +0000
(22:25 +0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
b4d41f6
..
af80d11
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-44,7
+44,7
@@
KronolithCore = {
}
this._closeRedBox();
this.showNotifications([ { type: 'horde.error', message: Kronolith.text.ajax_error } ]);
-
KronolithCore
.debug('onException', e);
+
this
.debug('onException', e);
}.bind(this),
onFailure: function(t, o) { KronolithCore.debug('onFailure', t); },
evalJS: false,