Delete unused function
This commit is contained in:
parent
489a15704c
commit
fc193c26d0
|
|
@ -120,12 +120,6 @@ function showInvalidResponseError(modal, response, status) {
|
|||
}
|
||||
|
||||
|
||||
function clearBarcodeError(modal, message) {
|
||||
|
||||
$(modal + ' #barcode-error-message').html('');
|
||||
}
|
||||
|
||||
|
||||
function enableBarcodeInput(modal, enabled=true) {
|
||||
|
||||
var barcode = $(modal + ' #barcode');
|
||||
|
|
|
|||
Loading…
Reference in New Issue