Commit 184900c564b038b5399583cc37907f5128a2f798
1 parent
2cd20bd8
cookie
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/index.php
| ... | ... | @@ -275,7 +275,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; |
| 275 | 275 | return matches ? decodeURIComponent(matches[1]) : undefined; |
| 276 | 276 | } |
| 277 | 277 | var cookie = getCookie('popup'); |
| 278 | - if (cookie !== '1') { | |
| 278 | + if (cookie != '1') { | |
| 279 | 279 | setTimeout(function(){$(".open-delivery-modal").show();},1000); |
| 280 | 280 | } |
| 281 | 281 | }); | ... | ... |