From 94b918b6b80c9034a7deaaa83fd255832136e090 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 22 Mar 2012 15:54:55 -0400 Subject: [PATCH] changed saved response to be shorted --- app/source/TodoTxt.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..."); }