mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-03-09 23:50:33 -04:00
default copilot
This commit is contained in:
parent
703e1a7e44
commit
99390e94f4
@ -1737,7 +1737,7 @@
|
||||
|
||||
// Set active platform from localStorage and handle initial button visibility
|
||||
const platformToActivate = document.querySelector(`[data-platform="${selectedPlatform}"]`) ||
|
||||
document.querySelector('[data-platform="chatgpt"]');
|
||||
document.querySelector('[data-platform="github-copilot"]');
|
||||
platformToActivate.classList.add('active');
|
||||
|
||||
// Set initial chat button visibility
|
||||
|
Loading…
x
Reference in New Issue
Block a user