Subversion Repositories SmartDukaan

Rev

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

Rev 3546 Rev 3578
Line 186... Line 186...
186
    $('.pending-cod-verification-tickets').live('click', function() {
186
    $('.pending-cod-verification-tickets').live('click', function() {
187
        loadTickets('infopane', "/crm/tickets!searchTickets?category=COD_VERIFICATION&status=OPEN");        
187
        loadTickets('infopane', "/crm/tickets!searchTickets?category=COD_VERIFICATION&status=OPEN");        
188
        return false;
188
        return false;
189
    });
189
    });
190
 
190
 
-
 
191
    $('.open-failed-payments-tickets').live('click', function() {
-
 
192
        loadTickets('infopane', "/crm/tickets!searchTickets?category=FAILED_PAYMENTS&status=OPEN");        
-
 
193
        return false;
-
 
194
    });
-
 
195
 
191
    $('.trust-level-increase').live('click', function() {
196
    $('.trust-level-increase').live('click', function() {
192
        increaseTrustLevel('infopane', $('input#trust-level-increase').attr('userId'), $('input#trust-level-increase').val());
197
        increaseTrustLevel('infopane', $('input#trust-level-increase').attr('userId'), $('input#trust-level-increase').val());
193
    });
198
    });
194
    
199
    
195
    $('.update-order-status').live('click', function() {
200
    $('.update-order-status').live('click', function() {