Revision a1aed8f1

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js
548 548
        if($('.communication-error').css('bottom') == '0px') {
549 549
            $('.communication-error').animate({bottom: "-151px"});
550 550
        }
551
        if($('.details .lt-bar').is(':visible')) {
552
            $('.toggle-lt-bar').trigger('click');
553
        }
554 551
    });
555 552

  
556 553
    if($('.vms.entities').length!=0){
......
902 899

  
903 900
    ui.replaceClass($('a.current, a.active'), 'outline', 'full', 'snf-');
904 901

  
905
    // with the function below the sidebar in detailed views
906
    // will not hide if we click something in a wizard
907
    $('.wizard').click(function(e) {
908
        e.stopPropagation();
909
    })
910

  
911 902
    $('.tag-data').mouseover(function() {
912 903
        $(this).find('.delete').css({visibility: 'visible'})
913 904
    });

Also available in: Unified diff