app/assets/javascripts/annex/jquery.redactor.save.js in annex-cms-0.2.1 vs app/assets/javascripts/annex/jquery.redactor.save.js in annex-cms-0.3.0
- old
+ new
@@ -55,9 +55,10 @@
$.ajax({
type: 'POST',
url: post_url,
data: {
+ identifier: identifier,
route: route,
content: html_content
},
success: callback,
dataType: 'json'