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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js
541 541

  
542 542
    $('[data-status="rebooting"] .btn5.temp').click(function(e) {
543 543
        e.preventDefault();
544
        $(this).siblings('.container').find('.snf-PC_fill').toggleClass('reboot-progress');
544
        $(this).siblings('.container').find('.snf-pc-full').toggleClass('reboot-progress');
545 545
    })
546 546

  
547 547
    // //temp function to preventDefault of links in modal
......
641 641
        e.preventDefault();
642 642
        countClicks++;
643 643
        $(this).toggleClass('open',0);
644
        var img = $(this).closest('.item').find('.img-wrap .font-icon');
644
        var img = $(this).closest('.item').find('.img-wrap .snf-font');
645 645
        img.addClass('reboot-progress');
646 646
        var self = this;
647 647
        setTimeout(function() {

Also available in: Unified diff