Delete unused function

This commit is contained in:
Oliver Walters 2021-01-28 22:43:41 +11:00
parent 489a15704c
commit fc193c26d0

View File

@ -120,12 +120,6 @@ function showInvalidResponseError(modal, response, status) {
} }
function clearBarcodeError(modal, message) {
$(modal + ' #barcode-error-message').html('');
}
function enableBarcodeInput(modal, enabled=true) { function enableBarcodeInput(modal, enabled=true) {
var barcode = $(modal + ' #barcode'); var barcode = $(modal + ' #barcode');