Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6119 | Rev 6125 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6119 Rev 6120
Línea 209... Línea 209...
209
        });
209
        });
Línea 210... Línea 210...
210
 
210
 
Línea 211... Línea 211...
211
    });
211
    });
-
 
212
 
212
 
213
    $('body').on('mouseover', '.reaction-btn', function(e) {
-
 
214
        setTimeout(() => {
213
    $('body').on('mouseover', '.reaction-btn', function(e) {
215
            $('.reactions').toggleClass('active');
Línea 214... Línea 216...
214
        $('.reactions').toggleClass('active');
216
        }, 500);
215
    });
217
    });
Línea 257... Línea 259...
257
 
259
 
258
                    <?php if ($link) : ?>
260
                    <?php if ($link) : ?>
259
                        <a href="<?php echo $link ?>" target="_blank"> LABEL_KNOWLEDGE_AREA_GO_TO_LINK </a>
261
                        <a href="<?php echo $link ?>" target="_blank"> LABEL_KNOWLEDGE_AREA_GO_TO_LINK </a>
260
                    <?php endif; ?>
262
                    <?php endif; ?>
261
                </div>
263
                </div>
262
                <div class="position-relative">
264
                <div class="position-relative" style="width: fit-content;">
263
                    <button class="btn reaction-btn" id="currentReaction"></button>
265
                    <button class="btn reaction-btn" id="currentReaction"></button>
264
                    <div class="reactions">
266
                    <div class="reactions">
265
                        <button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
267
                        <button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
266
                            <svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">
268
                            <svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">