Minor: Avoid internal use of svgEditor, fix comment
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2706 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -167,7 +167,7 @@ svgEditor.addExtension("server_opensave", {
|
||||
|
||||
|
||||
function submit() {
|
||||
// This submits the form, which returns the file data using svgEditor.uploadSVG
|
||||
// This submits the form, which returns the file data using svgEditor.processFile()
|
||||
form.submit();
|
||||
|
||||
rebuildInput(form);
|
||||
@@ -190,7 +190,7 @@ svgEditor.addExtension("server_opensave", {
|
||||
});
|
||||
} else {
|
||||
inp.change(function() {
|
||||
// This submits the form, which returns the file data using svgEditor.uploadSVG
|
||||
// This submits the form, which returns the file data using svgEditor.processFile()
|
||||
submit();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user