Skip to content

Commit

Permalink
Deeleted straggling + from timeout int ↞ [auto-sync from https://gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Feb 14, 2025
1 parent 085f5ff commit e39b9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt/bravegpt/bravegpt.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-Brave Search (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.2.14.1
// @version 2025.2.14.2
// @license MIT
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
Expand Down Expand Up @@ -1180,7 +1180,7 @@
switchSpan.append(knobSpan) ; settingItem.append(settingToggle, switchSpan)

// Update visual state w/ animation
setTimeout(() => modals.settings.toggle.updateStyles(settingToggle), +155)
setTimeout(() => modals.settings.toggle.updateStyles(settingToggle), 155)

// Add click listener
settingItem.onclick = () => {
Expand Down

0 comments on commit e39b9ce

Please sign in to comment.