remove the offset from scrollspy

This commit is contained in:
Stephen Birarda 2014-09-26 14:19:56 -07:00
parent 2a7626159c
commit 401eb7df4f

View file

@ -94,7 +94,7 @@ $(document).ready(function(){
var sidebarTemplate = $('#list-group-template').html()
Settings.sidebarTemplate = _.template(sidebarTemplate)
$('body').scrollspy({ target: '#setup-sidebar', offset: 75 })
$('body').scrollspy({ target: '#setup-sidebar'})
reloadSettings()
})