removeMemo.js 109 B

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