Subversion Repositories SmartDukaan

Rev

Rev 30019 | Rev 30033 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30019 Rev 30022
Line 16... Line 16...
16
            loadModel("main-content");
16
            loadModel("main-content");
17
        });
17
        });
18
    }
18
    }
19
});
19
});
20
 
20
 
21
$(document).on('click', '.notify-po', function () {
21
$(document).on('click', 'a.notify-po', function () {
22
    sendPONotification();
22
    sendPONotification();
23
});
23
});
24
 
24
 
25
function sendPONotification() {
25
function sendPONotification() {
26
    doGetAjaxRequestHandler(`${context}/indent/send-po-notification`, function (response) {
26
    doGetAjaxRequestHandler(`${context}/indent/send-po-notification`, function (response) {