Skip to content

Commit becdaea

Browse files
committed
add firefox compat
Signed-off-by: Anvay Mathur <[email protected]>
1 parent 293427a commit becdaea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content_script/home/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Or, you can wait a few days for the update to be automatically installed.
5454
If you have installed manually via ZIP, delete the extension and use these instructions to install the latest version:
5555
https://anvaymathur.com/saspes/custom.html`);
5656
}
57-
});
57+
});

src/content_script/scores/scoreTools/SingleAssignment.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
type GradePercentage,
1515
} from "../../../models/grades";
1616
17-
import Shepherd from "shepherd.js";
1817
import browser from "webextension-polyfill";
18+
import Shepherd from "shepherd.js";
1919
2020
export let finalPercent: number;
2121
export let gradeManager: GradeManager;

0 commit comments

Comments
 (0)