show_save_warning = false

This commit is contained in:
Alex Schroeder
2010-05-14 08:32:30 +00:00
parent bf860ee8de
commit db68ab38e4

View File

@@ -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,