mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 15:26:09 +00:00
[Chore] JS: Remove unused file
This commit is contained in:
parent
2122f6255f
commit
f49b8dc621
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
||||||
(function($) {
|
|
||||||
|
|
||||||
// $(function() {
|
|
||||||
|
|
||||||
// // jQuery to collapse the navbar on scroll
|
|
||||||
// $(window).scroll(function() {
|
|
||||||
// if ($('.navbar').offset().top > 100) {
|
|
||||||
// $('.navbar-fixed-top').addClass('top-nav-collapse');
|
|
||||||
// } else {
|
|
||||||
// $('.navbar-fixed-top').removeClass('top-nav-collapse');
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
|
|
||||||
// // jQuery for page scrolling feature - requires jQuery Easing plugin
|
|
||||||
// $(function() {
|
|
||||||
// $('a.page-scroll').bind('click', function(event) {
|
|
||||||
// var $anchor = $(this);
|
|
||||||
|
|
||||||
// $('html, body').stop().animate({
|
|
||||||
// scrollTop: $($anchor.attr('href')).offset().top
|
|
||||||
// }, 500, 'easeInOutExpo');
|
|
||||||
|
|
||||||
// event.preventDefault();
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
|
|
||||||
// });
|
|
||||||
|
|
||||||
}(jQuery));
|
|
Loading…
Add table
Add a link
Reference in a new issue