Newscan functionality for messages in working state

This commit is contained in:
Bryan Ashby 2016-01-03 19:40:34 -07:00
parent 7aab03c4ba
commit dd82a24e56
5 changed files with 149 additions and 16 deletions

View file

@ -45,7 +45,7 @@ function AreaPostFSEModule(options) {
if(err) {
// :TODO:... sooooo now what?
} else {
console.log(msg);
console.log(msg); // :TODO: remove me -- probably log that one was saved, however.
}
self.nextMenu();