Skip to content

Commit

Permalink
New version not applying hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Oct 21, 2021
1 parent 6fe63db commit 7c99203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/background.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const isOnChrome = navigator.userAgent.includes('Chrome')
const newTab = () => chrome.tabs.create({ url: 'chrome://newtab' })
const goodbye = () => 'https://bonjourr.fr/goodbye' + (isOnChrome ? '?from=Chrome' : '?from=Firefox')
const isOnChrome = navigator.userAgent.includes('Chrome')

chrome.runtime.setUninstallURL(goodbye())

Expand Down
1 change: 1 addition & 0 deletions src/scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2550,6 +2550,7 @@ window.onload = function () {
)

data = filterImports(data)
data.about.version = BonjourrVersion
chrome.storage.sync.set(isExtension ? data : { import: data })
startup(data)
break
Expand Down

0 comments on commit 7c99203

Please sign in to comment.