fix transfers

This commit is contained in:
Aurélien Delobelle 2016-09-05 22:12:58 +02:00
parent a5b19b4328
commit 58cb6015fc
2 changed files with 1 additions and 3 deletions

View file

@ -636,8 +636,6 @@ $(document).ready(function() {
}
articleSelect.on('keydown', function(e) {
console.log('trolo');
console.log(e.charCode);
var text = articleSelect.val();
// Comportement normal pour ces touches
if (normalKeys.test(e.keyCode) || e.ctrlKey) {