Skip to content
Snippets Groups Projects
Commit 84ea3933 authored by Der-Jan's avatar Der-Jan Committed by Jan-Christoph Borchardt
Browse files

Fixed wrong brackets in apps settings

parent 62b37fbb
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,7 @@ $(document).ready(function(){
if(item) {
item.trigger('click');
item.addClass('active');
$('#app-navigation').animate({scrollTop: $(item).offset().top-70}, 'slow','swing');
$('#app-navigation').animate({scrollTop: item.offset().top-70}, 'slow','swing');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment