]> git.sesse.net Git - itkacl/blobdiff - itkacl-web-1.0/web/itkacl.js
Release a new version of the Apache module, with the context support.
[itkacl] / itkacl-web-1.0 / web / itkacl.js
index f7464f631f787c366f3de330fa547272ed0e234c..d2aed2a9234a8c16b8b2694c9ea72e0e9c3c91ee 100644 (file)
@@ -23,6 +23,7 @@ function commitEdit(td) {
                        'entry': td.getAttributeNS('http://acl.samfundet.no/', 'entry'),
                        'entity_type': td.getAttributeNS('http://acl.samfundet.no/', 'entity-type'),
                        'entity': td.getAttributeNS('http://acl.samfundet.no/', 'entity'),
+                       'csrftoken': td.getAttributeNS('http://acl.samfundet.no/', 'csrftoken'),
                        'comment': newComment
                }
        }).fail(function() { alert("Klarte ikke å endre kommentaren"); });