mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-05-22 01:42:02 +00:00
default copilot
This commit is contained in:
parent
99390e94f4
commit
dab74ce8d5
@ -1716,7 +1716,7 @@
|
|||||||
modalOverlay.remove();
|
modalOverlay.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
let selectedPlatform = localStorage.getItem('selected-platform') || 'chatgpt'; // Get from localStorage or default to chatgpt
|
let selectedPlatform = localStorage.getItem('selected-platform') || 'github-copilot'; // Get from localStorage or default to github
|
||||||
|
|
||||||
// Platform toggle functionality
|
// Platform toggle functionality
|
||||||
document.querySelectorAll('.platform-tag').forEach(button => {
|
document.querySelectorAll('.platform-tag').forEach(button => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user