Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6125 Rev 6126
Línea 208... Línea 208...
208
            NProgress.done();
208
            NProgress.done();
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) {
213
    $('body').on('mouseover', '#reaction-container', function(e) {
214
        setTimeout(() => {
214
        setTimeout(() => {
215
            $('.reactions').addClass('active');
215
            $('.reactions').addClass('active');
Línea 216... Línea 216...
216
        }, 500);
216
        }, 500);
217
    });
217
    });
218
 
218
 
219
    $('body').on('mouseout', '.reaction-btn', function(e) {
219
    $('body').on('mouseout', '#reaction-container', function(e) {
220
        setTimeout(() => {
220
        setTimeout(() => {
Línea 265... Línea 265...
265
 
265
 
266
                    <?php if ($link) : ?>
266
                    <?php if ($link) : ?>
267
                        <a href="<?php echo $link ?>" target="_blank"> LABEL_KNOWLEDGE_AREA_GO_TO_LINK </a>
267
                        <a href="<?php echo $link ?>" target="_blank"> LABEL_KNOWLEDGE_AREA_GO_TO_LINK </a>
268
                    <?php endif; ?>
268
                    <?php endif; ?>
269
                </div>
269
                </div>
270
                <div class="position-relative" style="width: fit-content;">
270
                <div class="position-relative" style="width: fit-content;" id="reaction-container">
271
                    <button class="btn reaction-btn" id="currentReaction"></button>
271
                    <button class="btn reaction-btn" id="currentReaction"></button>
272
                    <div class="reactions">
272
                    <div class="reactions">
273
                        <button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
273
                        <button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
274
                            <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);">
274
                            <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);">