Merge branch 'feature/fix-disappearing-menu' into develop

This commit is contained in:
Michael Rose 2016-06-23 09:50:45 -04:00
commit 9e7a663b51
2 changed files with 4 additions and 2 deletions

View file

@ -16,9 +16,11 @@ $(document).ready(function(){
// fix
Stickyfill.rebuild();
Stickyfill.init();
$(".author__urls").show()
} else {
// unfix
Stickyfill.stop();
$(".author__urls").hide()
}
};
@ -73,4 +75,4 @@ $(document).ready(function(){
midClick: true // allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source.
});
});
});

File diff suppressed because one or more lines are too long