changed saved response to be shorted

This commit is contained in:
Morgan McMillian 2012-03-22 15:54:55 -04:00
parent 6d198182da
commit 94b918b6b8

View file

@ -299,7 +299,8 @@ enyo.kind({
if (inEvent.error) { if (inEvent.error) {
console.log("error: "+inEvent.error.message); console.log("error: "+inEvent.error.message);
} else { } else {
this.showToast(inEvent.path + " saved"); //this.showToast(inEvent.path + " saved");
this.showToast("file saved");
console.log(inEvent.path + " saved..."); console.log(inEvent.path + " saved...");
console.log(inEvent.bytes + " bytes..."); console.log(inEvent.bytes + " bytes...");
} }