Skip to content

Commit

Permalink
Removed noUpdateModal init from updateCheck() for simplicity ↞ [a…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 26, 2024
1 parent 1c9a475 commit 5e1ecee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.11.25.2
// @version 2024.11.25.3
// @license MIT
// @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png?af89302
// @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png?af89302
Expand Down Expand Up @@ -733,9 +733,9 @@
log.debug('No update found.')
const noUpdateModalID = siteAlert(`${app.msgs.alert_upToDate}!`, // title
`${app.name} (v${currentVer}) ${app.msgs.alert_isUpToDate}!`, // msg
'', '', updateAlertWidth)
const noUpdateModal = document.getElementById(noUpdateModalID).firstChild
modals.init(noUpdateModal)
'', '', updateAlertWidth
)
modals.init(document.getElementById(noUpdateModalID).firstChild)
modals.about.show()
}})}

Expand Down

0 comments on commit 5e1ecee

Please sign in to comment.