From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/pivotal-tracker/package.json | 2 +- recipes/pivotal-tracker/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/pivotal-tracker') diff --git a/recipes/pivotal-tracker/package.json b/recipes/pivotal-tracker/package.json index b9164e1..5b2357a 100644 --- a/recipes/pivotal-tracker/package.json +++ b/recipes/pivotal-tracker/package.json @@ -1,7 +1,7 @@ { "id": "pivotal-tracker", "name": "pivotal-tracker", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "serviceURL": "https://www.pivotaltracker.com/signin", diff --git a/recipes/pivotal-tracker/webview.js b/recipes/pivotal-tracker/webview.js index cfc2ae4..e4899a5 100644 --- a/recipes/pivotal-tracker/webview.js +++ b/recipes/pivotal-tracker/webview.js @@ -1,5 +1,5 @@ module.exports = (Ferdi) => { - function getMessages() { + const getMessages = () => { const bell = document.querySelectorAll('#view65 > span')[0]; if (bell) { Ferdi.setBadge(bell.innerText); -- cgit v1.2.3-70-g09d2