aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/voxer/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/voxer/webview.js')
-rw-r--r--recipes/voxer/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/voxer/webview.js b/recipes/voxer/webview.js
index 23910e0..5092eb9 100644
--- a/recipes/voxer/webview.js
+++ b/recipes/voxer/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 const getMessages = function getMessages() { 6 const getMessages = () => {
7 const count = document.querySelectorAll('.unconsumed-badge').length; 7 const count = document.querySelectorAll('.unconsumed-badge').length;
8 8
9 // set Ferdi badge 9 // set Ferdi badge