Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. bottom: 0,
  2.  
  3. limit: function() {
  4. var limit = $('.footer-v2').offset().top - $('.sub-navbar2').outerHeight(true) - 10;
  5. return limit;
  6. },
  7. minWidth: 320,
  8. zIndex: 999,
  9. fixed: function() { },
  10. dontCheckForPositionFixedSupport: true
  11. });
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement