Subversion Repositories SmartDukaan

Rev

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

Rev 7645 Rev 7730
Line 435... Line 435...
435
    $('#submitNewAddress').live('click', function(){
435
    $('#submitNewAddress').live('click', function(){
436
    	var orderId = $(this).attr('orderId');
436
    	var orderId = $(this).attr('orderId');
437
    	changeShippingAddress(orderId);
437
    	changeShippingAddress(orderId);
438
    });
438
    });
439
    
439
    
-
 
440
    $('#storeToNormal').live('click', function() {
-
 
441
    	var orderId = $(this).attr('orderId');
-
 
442
    	convertStoreToNormal(orderId);
-
 
443
    });
-
 
444
    
440
    $('#display-store-ret-auth-options').live('click', function() {
445
    $('#display-store-ret-auth-options').live('click', function() {
441
    	$.colorbox({
446
    	$.colorbox({
442
            inline : true,
447
            inline : true,
443
            width : "550px",
448
            width : "550px",
444
            height : "200px",
449
            height : "200px",