Commit 3dbaa92b870252efe238d10f73abc540bfceed20
1 parent
184900c5
cookie
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/frontend/views/index.php
... | ... | @@ -275,6 +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 | + alert(cookie); | |
278 | 279 | if (cookie != '1') { |
279 | 280 | setTimeout(function(){$(".open-delivery-modal").show();},1000); |
280 | 281 | } | ... | ... |