Commit a33bc7bdfe1a0847ed4ac9e3b058debfeabdb0fa
1 parent
4e083adb
123
Showing
1 changed file
with
3 additions
and
5 deletions
Show diff stats
src/app/frontend/views/about_ukr.php
... | ... | @@ -820,11 +820,9 @@ |
820 | 820 | }) |
821 | 821 | </script> |
822 | 822 | <?php |
823 | - if(isset($_COOKIE['lang-remember'])){?> | |
824 | -<script> | |
825 | - $("#invislang").click().remove(); | |
826 | -</script> | |
827 | -<? } | |
823 | + if(isset($_COOKIE['lang-remember'])){ | |
824 | + //23232 | |
825 | + } | |
828 | 826 | else{?> |
829 | 827 | <script> |
830 | 828 | $("#invislang").click().remove(); | ... | ... |