projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c947c
)
fix generation of commit message ajax link
author
Michael Rubinsky
<mrubinsk@simon.horde.org>
Tue, 8 Dec 2009 00:50:16 +0000
(
00:50
+0000)
committer
Michael Rubinsky
<mrubinsk@simon.horde.org>
Tue, 8 Dec 2009 00:50:53 +0000
(
00:50
+0000)
chora/js/annotate.js
patch
|
blob
|
history
diff --git
a/chora/js/annotate.js
b/chora/js/annotate.js
index
60d6ad4
..
3783c11
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);
}
};