forked from wallabag/wallabag
use 2 seprate variable for autoclosing windows to avoid to quick closing when sharing, the popup can be close before the link is save
This commit is contained in:
@ -361,7 +361,7 @@ class Poche
|
||||
if ($autoclose == TRUE) {
|
||||
Tools::redirect('?view=home');
|
||||
} else {
|
||||
Tools::redirect('?view=home&autoclose=true');
|
||||
Tools::redirect('?view=home&closewin=true');
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user