Merge with 3ba2d2da386fd32b83c998ddff690caef672f96c
authorraph
Fri, 22 Jan 2010 14:15:46 +0100
changeset 117 17a9fbf356a9
parent 116 5ef5e558e361 (diff)
parent 115 3ba2d2da386f (current diff)
child 118 75d94dd14511
Merge with 3ba2d2da386fd32b83c998ddff690caef672f96c
--- a/src/cm/templates/site/dashboard.html	Thu Jan 21 21:15:20 2010 +0100
+++ b/src/cm/templates/site/dashboard.html	Fri Jan 22 14:15:46 2010 +0100
@@ -136,6 +136,7 @@
             'comment_key':'{{ comment.key }}',
             'fun':'editComment',
             'key':'{{ comment.text_version.text.key }}',
+            'version_key':'{{ comment.text_version.key }}',
             'state':'approved'
                  },
                function(data){
@@ -152,6 +153,7 @@
             'comment_key':'{{ comment.key }}',
             'fun':'editComment',
             'key':'{{ comment.text_version.text.key }}',
+            'version_key':'{{ comment.text_version.key }}',            
             'state':'unapproved'
                  },
                function(data){