aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jollor
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jollor')
-rw-r--r--recipes/jollor/package.json2
-rw-r--r--recipes/jollor/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/jollor/package.json b/recipes/jollor/package.json
index 40c32b5..88a08e3 100644
--- a/recipes/jollor/package.json
+++ b/recipes/jollor/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "jollor", 2 "id": "jollor",
3 "name": "jollor", 3 "name": "jollor",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://jollor.com", 7 "serviceURL": "https://jollor.com",
diff --git a/recipes/jollor/webview.js b/recipes/jollor/webview.js
index 5982ece..695a7fa 100644
--- a/recipes/jollor/webview.js
+++ b/recipes/jollor/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 const count = document.querySelector('.user-menu-message-item-count').innerHTML; 7 const count = document.querySelector('.user-menu-message-item-count').innerHTML;
8 Ferdi.setBadge(count); 8 Ferdi.setBadge(count);
9 } 9 }