]> git.mxchange.org Git - friendica.git/commitdiff
frio: bind short-info scrollspy on class fn (insteadof p-addr)
authorrabuzarus <>
Sun, 12 Jun 2016 18:25:30 +0000 (20:25 +0200)
committerrabuzarus <>
Sun, 12 Jun 2016 18:25:30 +0000 (20:25 +0200)
view/theme/frio/js/theme.js

index 45966e0117d8a1780b8c56c66f3623963be521cb..04e611d9536544b38a51c1ee69ca963bca9d85d5 100644 (file)
@@ -156,9 +156,9 @@ $(document).ready(function(){
 
        // append the vcard-short-info to the second nav after passing the element
        // with .p-addr (vcard). Use scrollspy to get the scroll position.
-       if( $("aside .vcard .p-addr").length) {
-               $(".vcard .p-addr").scrollspy({
-                       min: $(".vcard .p-addr").position().top - 50,
+       if( $("aside .vcard .fn").length) {
+               $(".vcard .fn").scrollspy({
+                       min: $(".vcard .p-addr").position().top - 70,
                        onLeaveTop: function onLeave(element) {
                                $("#vcard-short-info").fadeOut(500, function () {
                                        $("#vcard-short-info").appendTo("#vcard-short-info-wrapper");