]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed wrong brackets in apps settings
authorDer-Jan <de@r-jan.de>
Fri, 25 Jul 2014 14:19:35 +0000 (16:19 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 30 Jul 2014 15:23:19 +0000 (17:23 +0200)
settings/js/apps.js

index 3f9a9eab17a1f27de3f21f56df76d6f61e005bcc..9061b43c7bef7bd0265207ac4cc5d163165063ef 100644 (file)
@@ -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');
                }
        }