Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16804 Rev 16817
Línea 449... Línea 449...
449
 
449
 
450
 
450
 
Línea -... Línea 451...
-
 
451
    $('body').on('click', 'button.btn-take-the-test', function(e) {
-
 
452
        e.preventDefault();
451
    $('body').on('click', 'button.btn-take-the-test', function(e) {
453
 
-
 
454
         NProgress.done();
-
 
455
 
-
 
456
        var action   = $(this).data('href');
452
        e.preventDefault();
457
 
453
 
458
 
Línea 454... Línea 459...
454
        var action   = $(this).data('href');
459