1
0
Fork 0

Replace path parameter with query string parameter in Module\Search\Saved

This commit is contained in:
Hypolite Petovan 2019-10-13 08:39:41 -04:00
commit 74bf3a4dc8
9 changed files with 16 additions and 19 deletions

View file

@ -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.