Edit File: Comment.js
module.exports = function cleanComment(data, item, list) { list.remove(item); };
Back to File Manager