It would be good for the user experience if the popup closed when the user clicks on the language selector once more
change required:
Line 163 replace
openPopup($popup, settings);
with
if ( settings._model.status == 'opened') {
closePopup($popup, settings);
} else {
openPopup($popup, settings);
}
It would be good for the user experience if the popup closed when the user clicks on the language selector once more
change required:
Line 163 replace
openPopup($popup, settings);
with
if ( settings._model.status == 'opened') {
closePopup($popup, settings);
} else {
openPopup($popup, settings);
}