changed saved response to be shorted
This commit is contained in:
parent
6d198182da
commit
94b918b6b8
1 changed files with 2 additions and 1 deletions
|
@ -299,7 +299,8 @@ enyo.kind({
|
|||
if (inEvent.error) {
|
||||
console.log("error: "+inEvent.error.message);
|
||||
} else {
|
||||
this.showToast(inEvent.path + " saved");
|
||||
//this.showToast(inEvent.path + " saved");
|
||||
this.showToast("file saved");
|
||||
console.log(inEvent.path + " saved...");
|
||||
console.log(inEvent.bytes + " bytes...");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue