Commit 75bbbbbd by Damien Moulard

fix code typo

parent a389ffb7
Pipeline #2285 passed with stage
in 1 minute 27 seconds
......@@ -54,8 +54,7 @@ Number.isSafeInteger = Number.isSafeInteger || function (value) {
function back() {
// document.location.href = parent_location;
barcode_analyzer("42074700");
document.location.href = parent_location;
}
function debounce(func, delay = 100) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment