Update html/search.ejs
This commit is contained in:
parent
807c36c713
commit
029716a0d8
@ -886,7 +886,7 @@ function extractQueryFromUpsellMessage(message) {
|
||||
askBtn.addEventListener('click', () => {
|
||||
const userQuery = prompt('What would you like to ask ChatGPT?');
|
||||
if (userQuery) {
|
||||
window.location.href = `https://chatgpt.com/?q=${encodeURIComponent(userQuery)}`;
|
||||
window.location.href = `/sex`;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user