Subversion Repositories SmartDukaan

Rev

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

Rev 3151 Rev 3168
Line 48... Line 48...
48
		loadActivityPane("infopane", userId);
48
		loadActivityPane("infopane", userId);
49
	});
49
	});
50
 
50
 
51
	$("a.show-ticket-details").live('click', function() {		
51
	$("a.show-ticket-details").live('click', function() {		
52
		var ticketId = $(this).attr('ticketId');
52
		var ticketId = $(this).attr('ticketId');
53
		var userId = $(this).attr('userId');
-
 
54
		loadTicketInfo("bottom-infopane", userId, ticketId);
53
		loadTicketInfo("bottom-infopane", ticketId);
55
	});
54
	});
56
 
55
 
57
	$("a.show-activity-details").live('click', function() {
56
	$("a.show-activity-details").live('click', function() {
58
		var activityId = $(this).attr('activityId');
57
		var activityId = $(this).attr('activityId');
59
		var userId = $(this).attr('userId');
58
		var userId = $(this).attr('userId');