Added summary.

This commit is contained in:
Alex Schroeder
2010-05-14 08:24:24 +00:00
parent 69bd563832
commit 1980bbac2b

View File

@@ -119,7 +119,9 @@ function encode64(input) {
}
function oddmuseSaveHandler (window, svg) {
var summary = prompt("Summary of your changes: ");
frames['svgeditor'].jQuery.post('$FullUrl', { title: '$id', raw: 1,
summary: summary,
text: '#FILE $SvgMimeType\\n'
+ encode64(svg) } );
}