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/steamchat/package.json | 2 +- recipes/steamchat/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/steamchat') diff --git a/recipes/steamchat/package.json b/recipes/steamchat/package.json index 12da5b9..d06d543 100644 --- a/recipes/steamchat/package.json +++ b/recipes/steamchat/package.json @@ -1,7 +1,7 @@ { "id": "steamchat", "name": "SteamChat", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "config": { "serviceURL": "https://steamcommunity.com/chat", diff --git a/recipes/steamchat/webview.js b/recipes/steamchat/webview.js index 63f002f..d1d3d15 100644 --- a/recipes/steamchat/webview.js +++ b/recipes/steamchat/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { // get new msg count let count = 0; const counters = document.querySelectorAll('[class*=FriendMessageCount]'); -- cgit v1.2.3-70-g09d2