Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1017 Rev 1018
Línea 280... Línea 280...
280
    });
280
    });
Línea 281... Línea 281...
281
 
281
 
282
    /**
282
    /**
283
     * Clicked edit section
283
     * Clicked edit section
284
     */
284
     */
285
    $('.btn-remove-section').click(function(e) {
-
 
286
        e.preventDefault();
285
    $('.btn-delete-section').click(function(e) {
287
        var id = $(this).data('section');
286
        var id = $(this).data('section');
288
        bootbox.confirm({
287
        bootbox.confirm({
289
            title: "LABEL_DELETE LABEL_CONDUCT",
288
            title: "LABEL_DELETE LABEL_CONDUCT",
290
            message: "LABEL_QUESTION_DELETE",
289
            message: "LABEL_QUESTION_DELETE",