Re: [aur-dev] [PATCH 4/6] Only autofocus search field on the package search page

2015-07-10 Thread Marcel Korpel
* Lukas Fleischer (Fri, 10 Jul 2015 16:35:37 +0200): > Huh? Doesn't this disable the autofocus on the package search page as > well? No: $tokens[0] will contain 'packages' and $tokens[1] will be empty, even if there are query parameters specified, e.g.: http://aur:/packages/?K=invented&SeB=m

Re: [aur-dev] [PATCH 4/6] Only autofocus search field on the package search page

2015-07-10 Thread Lukas Fleischer
On Fri, 10 Jul 2015 at 16:24:06, Marcel Korpel wrote: > This needs to be disabled on package pages to be able to add a URL > fragment after comment editing. > > Signed-off-by: Marcel Korpel > --- > web/template/pkg_search_form.php | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[aur-dev] [PATCH 4/6] Only autofocus search field on the package search page

2015-07-10 Thread Marcel Korpel
This needs to be disabled on package pages to be able to add a URL fragment after comment editing. Signed-off-by: Marcel Korpel --- web/template/pkg_search_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form