make sure query string is included in redirect

This commit is contained in:
Oliver Gorwits
2013-10-07 23:35:22 +01:00
parent 7014b10978
commit 5bb2fcdb46

View File

@@ -83,7 +83,7 @@ get '/search' => require_login sub {
tab => 'details', tab => 'details',
q => ($nd->first->dns || $nd->first->ip), q => ($nd->first->dns || $nd->first->ip),
f => '', f => '',
})->path; })->path_query;
} }
# multiple devices # multiple devices