Subversion Repositories SmartDukaan

Rev

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

Rev 5917 Rev 6111
Line 10... Line 10...
10
    });
10
    });
11
    
11
    
12
    $("a.agent-ticket-count").live('click', function() {
12
    $("a.agent-ticket-count").live('click', function() {
13
        loadTickets('infopane', "/crm/tickets!searchTickets?agentIds=" + $(this).attr('agentId') +"&status=OPEN");
13
        loadTickets('infopane', "/crm/tickets!searchTickets?agentIds=" + $(this).attr('agentId') +"&status=OPEN");
14
    });
14
    });
-
 
15
    
-
 
16
    $("a.show-recharge-orders").live('click', function() {
-
 
17
        var userId = $(this).attr('userId');
-
 
18
        loadRechargeOrderPane("infopane", userId, 0);
-
 
19
    });
-
 
20
    
-
 
21
    $("a.show-recharge-details").live('click', function() {
-
 
22
        var orderId = $(this).attr('orderId');
-
 
23
        loadRechargeOrderInfo("bottom-infopane", orderId);
-
 
24
    });
15
 
25
 
16
    $("a.show-orders").live('click', function() {
26
    $("a.show-orders").live('click', function() {
17
        var userId = $(this).attr('userId');
27
        var userId = $(this).attr('userId');
18
        loadOrderPane("infopane", userId, 0);
28
        loadOrderPane("infopane", userId, 0);
19
    });
29
    });