Subversion Repositories SmartDukaan

Rev

Rev 10489 | Rev 10886 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10489 Rev 10490
Line 30... Line 30...
30
        });
30
        });
31
 
31
 
32
        return false;
32
        return false;
33
    });
33
    });
34
    
34
    
35
    $('.doa-close-credit-note').hide();
35
    /*$('.doa-close-credit-note').hide();
36
    
36
    
37
    $('.closeDOAButton').live('click', function() {
37
    $('.closeDOAButton').live('click', function() {
38
        $(this).hide();
38
        $(this).hide();
39
        $(this).siblings('.doa-close-credit-note').show();
39
        $(this).siblings('.doa-close-credit-note').show();
40
    });
40
    });*/
41
    
41
    
42
});
42
});