removeMemo.js 92 B

123
  1. //Require paramter: memoid
  2. deleteDBItem("Memo", memoid);
  3. sendJSONResp(JSON.stringify("OK"));