diff --git a/app/source/TodoTxt.js b/app/source/TodoTxt.js index 6155343..d5a43b9 100644 --- a/app/source/TodoTxt.js +++ b/app/source/TodoTxt.js @@ -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..."); }