aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wechat/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wechat/webview.js')
-rw-r--r--recipes/wechat/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wechat/webview.js b/recipes/wechat/webview.js
index b1d8e31..d75bd72 100644
--- a/recipes/wechat/webview.js
+++ b/recipes/wechat/webview.js
@@ -3,7 +3,7 @@ const _path = _interopRequireDefault(require('path'));
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4 4
5module.exports = (Ferdi) => { 5module.exports = (Ferdi) => {
6 function getMessages() { 6 const getMessages = () => {
7 let directCount = 0; 7 let directCount = 0;
8 let indirectCount = 0; 8 let indirectCount = 0;
9 const chat_item = document.querySelectorAll('div.chat_item'); 9 const chat_item = document.querySelectorAll('div.chat_item');