Skip to content

Commit

Permalink
Merge pull request #308 from aopell/develop
Browse files Browse the repository at this point in the history
Version 7.8.1
  • Loading branch information
aopell authored Apr 10, 2023
2 parents 0c9fdce + 53cb254 commit d3096dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ function reorderSidebar() {
catch {}
}

(function () {
(async function () {
indicateSubmittedAssignments();
createQuickAccess();
await createQuickAccess();
setTimeout(() => {
reorderSidebar();
}, 500);
Expand Down
4 changes: 3 additions & 1 deletion js/theme-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,9 @@ function deleteTheme(name) {
* @param {string} [name] The theme to edit
*/
function editTheme(name, replaceName = undefined) {
lastSelectedTemplate = name;
if (replaceName) {
lastSelectedTemplate = name;
}
trackEvent("button_click", {
id: "edit-theme",
context: "Theme List",
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.8",
"version": "7.8.1",
"icons": {
"128": "imgs/[email protected]",
"64": "imgs/[email protected]",
Expand Down

0 comments on commit d3096dd

Please sign in to comment.