|
|
@ -158,12 +158,7 @@ function pos_keyboard_widgets(instance, module){ |
|
|
|
else if (token == KC_BACKSPACE) { |
|
|
|
self.data.type = type.backspace; |
|
|
|
ok = true; |
|
|
|
} |
|
|
|
else { |
|
|
|
self.data.type = undefined; |
|
|
|
self.data.val = undefined; |
|
|
|
ok = false; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (is_number) { |
|
|
|
if (timeStamp + 50 > new Date().getTime()) { |
|
|
@ -194,4 +189,4 @@ function pos_keyboard_widgets(instance, module){ |
|
|
|
var module = instance.point_of_sale; |
|
|
|
pos_keyboard_widgets(instance, module); |
|
|
|
} |
|
|
|
})(); |
|
|
|
})(); |