FIX takepos layout clear or focus search
fix focus for compatibility with barcode scanner
This commit is contained in:
parent
8cff008156
commit
f9df175efc
@ -149,7 +149,7 @@ if(localStorage.hasKeyboard) {
|
||||
function ClearSearch() {
|
||||
console.log("ClearSearch");
|
||||
$("#search").val('');
|
||||
<?php if ($conf->browser->layer == 'classic') { ?>
|
||||
<?php if ($conf->browser->layout == 'classic') { ?>
|
||||
setFocusOnSearchField();
|
||||
<?php } ?>
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user