Subversion Repositories SmartDukaan

Rev

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