forked from github/kensanata.oddmuse
show_save_warning = false
This commit is contained in:
@@ -119,6 +119,7 @@ function encode64(input) {
|
||||
}
|
||||
|
||||
function oddmuseSaveHandler (window, svg) {
|
||||
show_save_warning = false;
|
||||
var summary = prompt("Summary of your changes: ");
|
||||
frames['svgeditor'].jQuery.post('$FullUrl', { title: '$id', raw: 1,
|
||||
summary: summary,
|
||||
|
||||
Reference in New Issue
Block a user