[Pkg-owncloud-commits] [owncloud] 11/61: Fixed wrong brackets in apps settings

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:51:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c72f0e692be2e1726595f3a9bde7b99aba32fece
Author: Der-Jan <de at r-jan.de>
Date:   Fri Jul 25 16:19:35 2014 +0200

    Fixed wrong brackets in apps settings
---
 settings/js/apps.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/js/apps.js b/settings/js/apps.js
index 3f9a9ea..9061b43 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -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');
 		}
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list