Skip to content

Commit

Permalink
Merge pull request #302 from aopell/develop
Browse files Browse the repository at this point in the history
Version 7.7.3
  • Loading branch information
aopell authored Dec 29, 2022
2 parents 45a87bc + 770f1d7 commit 6c2eb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/course.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function saveCourseSettings(skipSavingGradingScale = false) {
obj2.hasOwnProperty(key) && obj1[key] === obj2[key]
);

if (!shallowCompare(scale, currentValue[courseIdNumber])) {
if (!currentValue[courseIdNumber] || !shallowCompare(scale, currentValue[courseIdNumber])) {
trackEvent("update_setting", {
id: "gradingScales",
context: "Course Settings",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"update_url": "https://schoologypl.us/firefox_updates.json"
}
},
"version": "7.7.2",
"version": "7.7.3",
"icons": {
"128": "imgs/[email protected]",
"64": "imgs/[email protected]",
Expand Down

0 comments on commit 6c2eb6c

Please sign in to comment.