Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16912 Rev 16926
Línea 47... Línea 47...
47
 
47
 
48
 
48
 
Línea 49... Línea -...
49
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap4-toggle/css/bootstrap4-toggle.min.css'));
-
 
50
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
-
 
Línea -... Línea 49...
-
 
49
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap4-toggle/css/bootstrap4-toggle.min.css'));
Línea 51... Línea 50...
51
 
50
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
Línea 413... Línea 412...
413
    });
412
    });
Línea 414... Línea 413...
414
 
413
 
415
 
414
 
-
 
415
        $('body').on('click', 'button.btn-invite', function(e) {
416
        $('body').on('click', 'button.btn-invite', function(e) {
416
            e.preventDefault();
417
            e.preventDefault();
417
 
418
            $('#form-invite #user_uuid').autoComplete('clear');
418
            $('#form-invite #user_uuid').autoComplete('clear');
419
            $('#form-invite #user_uuid_selected').val('');
419
            $('#form-invite #user_uuid_selected').val('');
Línea 441... Línea 441...
441
            }).always(function() {
441
            }).always(function() {
442
                NProgress.done();
442
                NProgress.done();
443
            });
443
            });
444
        });
444
        });
Línea -... Línea 445...
-
 
445
 
-
 
446
        $('#form-invite #user_uuid').typeahead({
-
 
447
            source: function (query, process) {
-
 
448
                return $.get('/typeahead', { query: query }, function (data) {
-
 
449
                    return process(data.options);
-
 
450
                });
-
 
451
            }
-
 
452
        });
-
 
453
 
Línea 445... Línea 454...
445
 
454
 
446
 
455
 
447
        $('#form-invite #user_uuid').autoComplete({
456
        $('#form-invite #user_uuid').autoComplete({
Línea 686... Línea 695...
686
    
695
    
Línea 687... Línea 696...
687
                });
696
                });
Línea -... Línea 697...
-
 
697
 
-
 
698
                $('#modalEdit').modal('show');
688
 
699
 
689
                $('#modalEdit').modal('show');
700
console.log('x');
690
 
701
 
691
            } else {
702
            } else {
692
                $.fn.showError(response['data']);
703
                $.fn.showError(response['data']);