dont sanity check silently

pull/1/head
Pierre Bondoerffer 2017-06-12 18:26:27 +02:00
parent 56f2c46c75
commit 848010842f
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ define([
hideInputs(target, isKeyup);
break;
}
if ($(target).is('input[type="number"]')) { break; }
if ($(target).is('input[type="number"]')) { console.error("number input focused?"); break; }
handleInput(target);
break;