|
@@ -230,7 +230,7 @@ function hasResponseError(_data) {
|
|
|
if(e.which === 27) {
|
|
|
if(!isEventConsumed(e)) {
|
|
|
if(stagPopupsQueue.length) {
|
|
|
- if($('.stag-popup.show [moe] [url]:visible').length || $('.stag-popup.show [visit-moe] [url]:visible').length) {
|
|
|
+ if($('.stag-popup.show [moe] [url]:not([show]):visible').length || $('.stag-popup.show [visit-moe] [url]:not([show]):visible').length) {
|
|
|
return;
|
|
|
}
|
|
|
closeStagPopup();
|