Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Nov 20, 2024
1 parent b939298 commit 7e0d5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/generic.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ const get_isTB = (METRIC) => new Promise(resolve => {
let path = 'chrome://browser/content/abouttor/aboutTor.css'
// TB14 (added TB13.5) .. aaaaaaand still no good on android
//if (isVer > 127) {path = 'chrome://global/content/torconnect/aboutTorConnect.css'}
if (isVer > 127) {path = 'chrome://global/skin/tor-colors.css'}
css.href = path
css.type = 'text/css'
css.rel = 'stylesheet'
Expand Down

0 comments on commit 7e0d5e5

Please sign in to comment.