This is a script I have on my page and for some reason I get this error in the console. Here is the error. "Uncaught SyntaxError: Unexpected token ) "
!function ($) {
//=================================== scroll ===================================//
$body.scrollspy({
target: '#navbar-main',
offset: navHeight
});
$window.on('load', function () {
$body.scrollspy('refresh');
});
$('#navbar-main [href=#]').click(function (e) {
e.preventDefault();
});
});
)at the end