From 933d28a9763fe71949a89595d5f76f5760a6eca0 Mon Sep 17 00:00:00 2001 From: Michael Rubinsky Date: Tue, 8 Dec 2009 00:50:16 +0000 Subject: [PATCH] fix generation of commit message ajax link --- chora/js/annotate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chora/js/annotate.js b/chora/js/annotate.js index 60d6ad453..3783c115d 100644 --- 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); } }; -- 2.11.0