remove key_listener_changes

This commit is contained in:
Schneider Roland
2023-07-06 16:21:08 +02:00
parent 469f25c0af
commit b2a988bda2
4 changed files with 2 additions and 26 deletions

View File

@@ -42,7 +42,8 @@ function addDocumentKeypressedListener(){
console.info("word typed",word);
console.info("isWordTypedListenerAllowedOnlyForEmptyCustomer",isWordTypedListenerAllowedOnlyForEmptyCustomer);
if ( word && word.length > 0){
var redirectAllowed = userKeyListenerEnabled == 1;
// var redirectAllowed = userKeyListenerEnabled == 1;
var redirectAllowed = true;
console.info("word typed",data.word)
if ( redirectAllowed){