Merge branch 'Aufinal/fix_99' into k-fet
Concerne K-Psul. Après la fermeture d'une fenêtre de charge, le focus est donné au champ de sélection du nombre d'articles si un article est en cours d'ajout au panier et que l'article a été trouvé, sinon le focus est donné au champ de sélection d'articles. Fix #99
This commit is contained in:
commit
dbf66d49f5
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ $(document).ready(function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onClose: function() { this._lastFocused = articleSelect; }
|
onClose: function() { this._lastFocused = (articleSelect.val() ? articleNb : articleSelect) ; }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue