fix transfers
This commit is contained in:
parent
a5b19b4328
commit
58cb6015fc
2 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue