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/googleclassroom/package.json | 2 +- recipes/googleclassroom/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/googleclassroom') diff --git a/recipes/googleclassroom/package.json b/recipes/googleclassroom/package.json index 84c7e24..5dc3ef8 100644 --- a/recipes/googleclassroom/package.json +++ b/recipes/googleclassroom/package.json @@ -1,7 +1,7 @@ { "id": "googleclassroom", "name": "Google Classroom", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "repository": "https://github.com/TanZng/ferdi-googleclassroom", "config": { diff --git a/recipes/googleclassroom/webview.js b/recipes/googleclassroom/webview.js index c634b35..0f24597 100644 --- a/recipes/googleclassroom/webview.js +++ b/recipes/googleclassroom/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { let homework = 0; const upcomingAssignment = document.getElementsByClassName('hrUpcomingAssignmentGroup'); if (upcomingAssignment.length != 0) { -- cgit v1.2.3-70-g09d2