remove key_listener_changes
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user