You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
652 B

/*!
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
* Copyright 2018 PIXINVENT
* Licensed under the Themeforest Standard Licenses
*/
$(document).ready(function(){if($(".sidebar-sticky").length){var headerNavbarHeight,footerNavbarHeight;$("body").hasClass("content-right-sidebar")||$("body").hasClass("content-left-sidebar")?(headerNavbarHeight=$(".header-navbar").height(),footerNavbarHeight=$("footer.footer").height()):(headerNavbarHeight=$(".header-navbar").height()+24,footerNavbarHeight=$("footer.footer").height()+10),$(".sidebar-sticky").sticky({topSpacing:headerNavbarHeight,bottomSpacing:footerNavbarHeight})}});