Guest User

Untitled

a guest
Feb 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. (function(){
  2. function resizeNav() {
  3. $(".filter-navbar").css("padding-top", $(".navbar-fixed-top").height() - 30);
  4. }
  5. window.addEventListener("resize", function() { resizeNav(); }, false);
  6.  
  7. resizeNav();
  8. }())
Add Comment
Please, Sign In to add comment