Rev 26814 | Go to most recent revision | Details | Last modification | View Log | RSS feed
$(document).on('click', '.activated_imeis', function() {
doGetAjaxRequestHandler(context+"/activatedImeis", function(response){
$('#main-content').html(response);
});