Plugin Directory

Changeset 3318300


Ignore:
Timestamp:
06/26/2025 01:45:51 PM (9 months ago)
Author:
maxicomdev
Message:

v2.1.1

Location:
andy-votre-assistant-intelligent
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/scripts/Andy.js

    r3317904 r3318300  
    33
    44// DOM Elements
    5 const chatTooltip = document.getElementById('chat-tooltip');
    6 const chatTooltipSpan = document.getElementById('tooltip-text');
    75const chatBox = document.getElementById('chatbox');
    86const chatContent = document.getElementById('chat-content');
     
    9896   
    9997        chatInput.focus();
    100        
    101         if (
    102             chatBox.style.display === 'flex' &&
    103             chatTooltip.classList.contains('visible')
    104         ) {
    105             chatTooltip.classList.remove('visible');
    106         }
    10798   
    10899        if (
     
    14021393
    14031394        chatInput.focus();
    1404        
    1405         if (chatBox.classList.contains('visible')) {
    1406             chatTooltip.classList.remove('visible');
    1407         }
    14081395
    14091396        if (
  • andy-votre-assistant-intelligent/trunk/readme.txt

    r3317908 r3318300  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.1.0
     8Stable tag: 2.1.1
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
Note: See TracChangeset for help on using the changeset viewer.