Subversion Repositories SmartDukaan

Rev

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

Rev 5225 Rev 5791
Line 355... Line 355...
355
    });
355
    });
356
    
356
    
357
    $('#change-agent-password').live('click', function() {
357
    $('#change-agent-password').live('click', function() {
358
    	updateAgentPassword();
358
    	updateAgentPassword();
359
    });
359
    });
-
 
360
    
-
 
361
    $('.extend-expiry').live('click', function() {
-
 
362
    	var pickupExtension = $('#pickupExtension').val();
-
 
363
        extendExpiryDate('bottom-infopane', $(this).attr('orderId'), pickupExtension);
-
 
364
    });
360
});
365
});
361
366