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() {
|
function ClearSearch() {
|
||||||
console.log("ClearSearch");
|
console.log("ClearSearch");
|
||||||
$("#search").val('');
|
$("#search").val('');
|
||||||
<?php if ($conf->browser->layer == 'classic') { ?>
|
<?php if ($conf->browser->layout == 'classic') { ?>
|
||||||
setFocusOnSearchField();
|
setFocusOnSearchField();
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user