projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e59654
)
Fix not resetting the quick search form after an error.
author
Jan Schneider
<jan@horde.org>
Mon, 7 Sep 2009 13:34:55 +0000
(15:34 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 9 Sep 2009 21:17:46 +0000
(23:17 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
9cd0b25
..
304e750
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-2132,7
+2132,9
@@
KronolithCore = {
}),
function(r) {
this._loadEventsCallback(r);
- $('kronolithQuickinsertQ').value = '';
+ if (Object.isUndefined(r.msgs)) {
+ $('kronolithQuickinsertQ').value = '';
+ }
}.bind(this));
},