Revision c997f7b6 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js
610 610
    // checkbox: basic reaction on click (checked, unchecked)
611 611
    // see wizard
612 612
    $('.check').on('click', function(e){
613
        alert('skata');
614 613
        e.preventDefault();
615 614
        e.stopPropagation();
616 615
        ui.changeCheckboxState(this);
617 616
    });
618 617

  
618
    // for checkboxes created after document.ready
619
    $('.items-list').on('click','.check', function(e){
620
        e.preventDefault();
621
        e.stopPropagation();
622
        ui.changeCheckboxState(this);
623
    })
624

  
619 625

  
620 626
    $('.with-checkbox').click(function(e){
621 627
        e.preventDefault();

Also available in: Unified diff