Skip to content

Commit 5e1f5e7

Browse files
committed
Corrected brace pos ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent d9dce14 commit 5e1f5e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ChatGPT Extension",
44
"short_name": "ChatGPT 🧩",
55
"description": "A Chromium extension template to start using chatgpt.js like a boss!",
6-
"version": "2025.9.5.10",
6+
"version": "2025.9.5.11",
77
"author": "KudoAI",
88
"homepage_url": "https://github.com/KudoAI/chatgpt.js-chrome-starter",
99
"icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "64": "icons/icon64.png", "128": "icons/icon128.png" },

starters/chrome/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
entry.slider.value = parseInt(entry.slider.value) - Math.sign(deltaY) *2
9090
entry.slider.dispatchEvent(new Event('input'))
9191
}
92+
}
9293

9394
if (entryData.dependencies) { // hide/show according to toggle state
9495
const toDisable = Object.values(entryData.dependencies).flat().some(dep => !settings.typeIsEnabled(dep))
@@ -140,7 +141,6 @@
140141
})
141142
depDiv.classList.toggle('disabled', toDisable)
142143
}
143-
}
144144
}
145145

146146
return entry.div

0 commit comments

Comments
 (0)