projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f6d4e
)
Quick add on return key.
author
Jan Schneider
<jan@horde.org>
Mon, 31 Aug 2009 15:28:07 +0000
(17:28 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 31 Aug 2009 21:00:46 +0000
(23:00 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
8a57996
..
3c295a4
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-1702,6
+1702,11
@@
KronolithCore = {
this.go('search:' + $F('kronolithSearchContext') + ':' + $F('kronolithSearchTerm'))
e.stop();
break;
+
+ case 'kronolithQuickinsertForm':
+ $('kronolithQuickinsert').fade();
+ this.quickSaveEvent();
+ break;
}
break;