@ -387,11 +387,14 @@ var snippets = [
function sms()
{
if (confirm("Send note by SMS?"))
queryremote({action: "sms", data: currentnote.content.replace(/\n/g, " ")})
.then(data =>
showtemporaryinfo("SMS sent. Result: '" + data.result + "'");
});
}
function ask(question)