Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Nov 8, 2023
1 parent 32c7c85 commit 9a85b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/generic.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const get_isOS = () => new Promise(resolve => {
if (!runTE) {
try {
if (runSE) {foo++}
let path = "chrome://browser/content/extension-", suffix = "-panel.css", count = 0
let path = "chrome://browser/content/extension-", suffix = "-panel.css"
let list = ["win","mac","linux"]
list.forEach(function(item) {
let css = document.createElement("link")
Expand Down

0 comments on commit 9a85b70

Please sign in to comment.