Merge pull request #577 from beatrycze-volk/fix-search

Remove double submit of the search form
This commit is contained in:
Sebastian Meyer 2021-01-12 17:25:56 +01:00 committed by GitHub
commit 8f506cded0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ function previousResultPage() {
*/
function resetStart() {
$("#tx-dlf-search-in-document-form input[name='tx_dlf[start]']").val(0);
$('#tx-dlf-search-in-document-form').submit();
}
$(document).ready(function() {