Rev 30033 | Blame | Compare with Previous | Last modification | View Log | RSS feed
$(document).on('click', 'a.notify-po', function () {sendPONotification();});$(document).on('click', 'button.mk_remove_model', function () {$(this).closest('tr').remove();});function sendPONotification() {doGetAjaxRequestHandler(`${context}/indent/send-po-notification`, function (response) {$('#main-content').html(response);});}