Changeset 3293296
- Timestamp:
- 05/14/2025 01:19:47 PM (11 months ago)
- Location:
- andy-votre-assistant-intelligent
- Files:
-
- 1 added
- 2 edited
- 6 copied
-
tags/1.2.8 (added)
-
tags/1.2.8/Andy (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy)
-
tags/1.2.8/Andy-Wordress-Extension.php (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php)
-
tags/1.2.8/Andy/Andy.html (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/Andy.html)
-
tags/1.2.8/Andy/assets/Andy-Widget/scripts/Andy.js (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/scripts/Andy.js) (1 diff)
-
tags/1.2.8/Andy/assets/Andy-Widget/styles/Andy.css (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/styles/Andy.css)
-
tags/1.2.8/readme.txt (copied) (copied from andy-votre-assistant-intelligent/trunk/readme.txt) (1 diff)
-
trunk/Andy/assets/Andy-Widget/scripts/Andy.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
andy-votre-assistant-intelligent/tags/1.2.8/Andy/assets/Andy-Widget/scripts/Andy.js
r3292663 r3293296 279 279 webSocket.onopen = () => { 280 280 console.log('WebSocket connection established'); 281 282 if ( 283 doesCookieExist('Andy-Conversation-Uuid') && 284 doesCookieExist('Andy-Conversation-Human-Requested') 285 ) { 286 const subscriptionMessage = { 287 action: 'subscribe-conversation', 288 289 conversationUuid: getCookie('Andy-Conversation-Uuid'), 290 }; 291 292 const jsonSubscriptionMessage = JSON.stringify(subscriptionMessage); 293 294 webSocket.send(jsonSubscriptionMessage); 295 } 281 296 282 297 webSocket.addEventListener('message', webSocketReceiveMessageHandler); -
andy-votre-assistant-intelligent/tags/1.2.8/readme.txt
r3292663 r3293296 6 6 Requires PHP: 7.3 7 7 Donate link: https://essayez-andy.fr 8 Stable tag: 1.2. 78 Stable tag: 1.2.8 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/scripts/Andy.js
r3292663 r3293296 279 279 webSocket.onopen = () => { 280 280 console.log('WebSocket connection established'); 281 282 if ( 283 doesCookieExist('Andy-Conversation-Uuid') && 284 doesCookieExist('Andy-Conversation-Human-Requested') 285 ) { 286 const subscriptionMessage = { 287 action: 'subscribe-conversation', 288 289 conversationUuid: getCookie('Andy-Conversation-Uuid'), 290 }; 291 292 const jsonSubscriptionMessage = JSON.stringify(subscriptionMessage); 293 294 webSocket.send(jsonSubscriptionMessage); 295 } 281 296 282 297 webSocket.addEventListener('message', webSocketReceiveMessageHandler); -
andy-votre-assistant-intelligent/trunk/readme.txt
r3292663 r3293296 6 6 Requires PHP: 7.3 7 7 Donate link: https://essayez-andy.fr 8 Stable tag: 1.2. 78 Stable tag: 1.2.8 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.