From 5e1ecee3aac8fc57d1c971b351717a61ed12fbef Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Mon, 25 Nov 2024 21:56:43 -0800 Subject: [PATCH] =?UTF-8?q?Removed=20`noUpdateModal`=20init=20from=20`upda?= =?UTF-8?q?teCheck()`=20for=20simplicity=20=E2=86=9E=20[auto-sync=20from?= =?UTF-8?q?=20https://github.com/adamlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasemonkey/duckduckgpt.user.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/greasemonkey/duckduckgpt.user.js b/greasemonkey/duckduckgpt.user.js index 3dd21ae768a..4e3ac5843a8 100644 --- a/greasemonkey/duckduckgpt.user.js +++ b/greasemonkey/duckduckgpt.user.js @@ -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 @@ -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() }})}