Commit 3ba6b8772511850456d63638d8adf9882a454889
1 parent
067781e2
firs page
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/web/js/no-comprss/forms-nocompress.js
1 | 1 | $(document).ready(function(){ |
2 | 2 | if($('.blog-buttons-add-favorite, .performance-vacancy-add-favorite a, .get-list, .main-menu-icons-copy, .blog-buttons-offer, .get-project, .main-menu-icons-home').length>0) { |
3 | + console.log('here'); | |
3 | 4 | var overlayLength = $('#overlay').length; |
4 | 5 | $.post("site/forms-modal", function (data) { |
5 | 6 | if ( !overlayLength>0 ){ | ... | ... |