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