projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c361a
)
ws
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 8 Dec 2009 14:10:18 +0000
(09:10 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 8 Dec 2009 14:10:18 +0000
(09:10 -0500)
chora/js/annotate.js
patch
|
blob
|
history
diff --git
a/chora/js/annotate.js
b/chora/js/annotate.js
index
3783c11
..
479d7f5
100644
(file)
--- a/
chora/js/annotate.js
+++ b/
chora/js/annotate.js
@@
-24,7
+24,7
@@
var Chora_Annotate = {
elt.up('TR').insert({ after: new Element('TR', { className: 'logentry' }).insert(newelt) });
- new Ajax.Updater(newelt, Chora.ANNOTATE_URL +
'=' + rev);
+ new Ajax.Updater(newelt, Chora.ANNOTATE_URL + '=' + rev);
}
};