Subversion Repositories SmartDukaan

Rev

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

Rev 7730 Rev 7731
Line 436... Line 436...
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() {
440
    $('#storeToNormal').live('click', function() {
441
    	var orderId = $(this).attr('orderId');
441
    	var orderId = $('#storeToNormal').attr('order_id');
442
    	convertStoreToNormal(orderId);
442
    	convertStoreToNormal(orderId);
443
    });
443
    });
444
    
444
    
445
    $('#display-store-ret-auth-options').live('click', function() {
445
    $('#display-store-ret-auth-options').live('click', function() {
446
    	$.colorbox({
446
    	$.colorbox({