mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
fix for #830
This commit is contained in:
parent
8fd0512a3c
commit
48fb171d7a
2 changed files with 14 additions and 1 deletions
|
@ -10,6 +10,14 @@ $(document).ready(function() {
|
|||
|
||||
$("#search").click(function(){
|
||||
closeSearch();
|
||||
// if other popup is already shown
|
||||
if ($("#bagit-form").length != 0) {
|
||||
$("#bagit").removeClass("active-current");
|
||||
$('#content').removeClass("opacity03");
|
||||
$("#bagit").removeClass("current");
|
||||
$("#bagit-arrow").removeClass("arrow-down");
|
||||
$("#bagit-form").hide();
|
||||
}
|
||||
$('#searchfield').focus();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue