Subversion Repositories SmartDukaan

Rev

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

Rev 3578 Rev 3711
Line 198... Line 198...
198
    });
198
    });
199
    
199
    
200
    $('.update-order-status').live('click', function() {
200
    $('.update-order-status').live('click', function() {
201
        updateOrderStatus('bottom-infopane', $(this).attr('ticketId'), $(this).attr('orderId'), $(this).attr('orderStatus'));
201
        updateOrderStatus('bottom-infopane', $(this).attr('ticketId'), $(this).attr('orderId'), $(this).attr('orderStatus'));
202
    });
202
    });
-
 
203
 
-
 
204
    $('.list-my-unread-activity').live('click', function() {
-
 
205
        loadUnreadActivities('infopane');
-
 
206
    });
203
});
207
});
204
208