projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c17e349
)
Fix sending boolean post value.
author
Jan Schneider
<jan@horde.org>
Wed, 17 Mar 2010 09:45:38 +0000
(10:45 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 17 Mar 2010 09:45:38 +0000
(10:45 +0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
924da57
..
ecb144b
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-4069,7
+4069,7
@@
KronolithCore = {
view: this.view,
view_start: start,
view_end: end,
- as_new:
!!asnew
+ as_new:
asnew ? 1 : 0
}),
function(r) {
if (r.response.events && eventid) {