Replace path parameter with query string parameter in Module\Search\Saved
This commit is contained in:
parent
c5f4f730e1
commit
74bf3a4dc8
9 changed files with 16 additions and 19 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue