Subversion Repositories SmartDukaan

Rev

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

Rev 3090 Rev 3096
Line 38... Line 38...
38
		loadCommunicationInfo("bottom-infopane", userId, commId);
38
		loadCommunicationInfo("bottom-infopane", userId, commId);
39
	});
39
	});
40
 
40
 
41
	$("a.show-tickets").live('click', function() {
41
	$("a.show-tickets").live('click', function() {
42
		var userId = $(this).attr('userId');
42
		var userId = $(this).attr('userId');
43
		loadTicketPane("infopane", userId);
43
		loadTicketPane("infopane", userId, 0);
44
	});
44
	});
45
 
45
 
46
	$("a.show-activity").live('click', function() {
46
	$("a.show-activity").live('click', function() {
47
		var userId = $(this).attr('userId');
47
		var userId = $(this).attr('userId');
48
		loadActivityPane("infopane", userId);
48
		loadActivityPane("infopane", userId);