X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fjs%2Ftheme.js;h=f1bef07f2067e943c9aaecd2a55914ab5c5887d7;hb=8536b313a1eb1c3e11f9ba5317fdcef33118bcb8;hp=2ab11e637ba8284843476b1f2f6d5a094427c96e;hpb=3c7f7b45cd63f84d7992c068030afe30ffe08808;p=friendica.git diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 2ab11e637b..f1bef07f20 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -169,7 +169,7 @@ $(document).ready(function(){ } // move the "Save the search" button to the second navbar - $(".search-content-wrapper #search-save-form ").appendTo("#topbar-second > .container > #navbar-button"); + $(".search-content-wrapper #search-save").appendTo("#topbar-second > .container > #navbar-button"); // append the vcard-short-info to the second nav after passing the element // with .fn (vcard username). Use scrollspy to get the scroll position. @@ -650,7 +650,7 @@ function scrollToItem(elementId) { // Scroll to the DIV with the ID (GUID) $('html, body').animate({ scrollTop: itemPos - }, 400, function() { + }, 400).promise().done( function() { // Highlight post/commenent with ID (GUID) $el.animate(colWhite, 1000).animate(colShiny).animate(colWhite, 600); });