Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6647 Rev 6648
Línea 443... Línea 443...
443
 
443
 
444
        $('#modal-question').modal('hide');
444
        $('#modal-question').modal('hide');
445
        $('#modal-answer').modal('hide');
445
        $('#modal-answer').modal('hide');
Línea 446... Línea -...
446
    });
-
 
447
 
-
 
448
 
-
 
449
 
446
    });
450
 
447
 
451
    $('#my-coach-question-answer-btn-delete').confirmation({
448
    $('#my-coach-question-answer-btn-delete').confirmation({
452
        rootSelector: 'button.my-coach-question-answer-btn-delete',
449
        rootSelector: 'button.my-coach-question-answer-btn-delete',
453
        title : 'LABEL_ARE_YOU_SURE',
450
        title : 'LABEL_ARE_YOU_SURE',
Línea 535... Línea 532...
535
                    li.text(value.category).appendTo('#my-coach-answer-categories')
532
                    li.text(value.category).appendTo('#my-coach-answer-categories')
536
                });
533
                });
Línea 537... Línea 534...
537
 
534
 
538
                $('#my-coach-question-answer-question-date').append(response['data']['added_on']);
535
                $('#my-coach-question-answer-question-date').append(response['data']['added_on']);
539
                $('#my-coach-question-answer-last-date').append(response['data']['last_answer_on']);
536
                $('#my-coach-question-answer-last-date').append(response['data']['last_answer_on']);
540
                $('#my-coach-question-answer-count-answers').prepend(response['data']['answers']);
537
                $('#my-coach-question-answer-count-answers').html(response['data']['answers'] + ' LABEL_MY_COACH_ANSWERS');
541
                $('#my-coach-question-answer-count-reactions').prepend(response['data']['reactions']);
538
                $('#my-coach-question-answer-count-reactions').prepend(response['data']['reactions']);
542
                $('#my-coach-question-answer-count-views').prepend(response['data']['views']);
539
                $('#my-coach-question-answer-count-views').prepend(response['data']['views']);
Línea 543... Línea 540...
543
                $('#my-coach-question-answer-count-comments').prepend(response['data']['comments']);
540
                $('#my-coach-question-answer-count-comments').prepend(response['data']['comments']);
Línea 909... Línea 906...
909
            </div>
906
            </div>
Línea 910... Línea 907...
910
 
907
 
Línea 911... Línea 908...
911
            <p id="my-coach-question-description"></p>
908
            <p id="my-coach-question-description"></p>
912
 
909
 
913
            <div class="my-coach-record-card-info">
910
            <div class="my-coach-record-card-info">
914
                <span id="my-coach-question-answer-count-answers"> LABEL_MY_COACH_ANSWERS</span>
911
                <span id="my-coach-question-answer-count-answers"></span>
915
                <span id="my-coach-question-answer-count-reactions"> LABEL_MY_COACH_REACTIONS</span>
912
                <span id="my-coach-question-answer-count-reactions"> LABEL_MY_COACH_REACTIONS</span>
916
                <span id="my-coach-question-answer-count-views"> LABEL_MY_COACH_VIEWS</span>
913
                <span id="my-coach-question-answer-count-views"> LABEL_MY_COACH_VIEWS</span>