diff --git a/tarteaucitron.js b/tarteaucitron.js index dc8c6f7e..c5f5bd39 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -1404,7 +1404,7 @@ var tarteaucitron = { } //end ie compatibility - if (document.getElementById('tarteaucitronAlertBig') !== null) { + if (document.getElementById('tarteaucitronAlertBig') !== null && tarteaucitron.parameters.orientation === 'middle') { document.getElementById('tarteaucitronAlertBig').focus(); }