Subversion Repositories SmartDukaan

Rev

Rev 26246 | Rev 26817 | 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() {
        delete pendingPO; 
        doGetAjaxRequestHandler(context+"/activatedImeis", function(response){
                $('#main-content').html(response);
        });
});