diff --git a/src/app/frontend/views/index.php b/src/app/frontend/views/index.php index 38f67e8..6bf3f72 100644 --- a/src/app/frontend/views/index.php +++ b/src/app/frontend/views/index.php @@ -275,7 +275,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; return matches ? decodeURIComponent(matches[1]) : undefined; } var cookie = getCookie('popup'); - if (cookie !== '1') { + if (cookie != '1') { setTimeout(function(){$(".open-delivery-modal").show();},1000); } }); -- libgit2 0.21.4