Skip to content

Commit ec3fa94

Browse files
fix highlighting of full page by removing search in document auto-submit
1 parent e90f5f1 commit ec3fa94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/Public/JavaScript/PageView/SearchInDocument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function triggerSearchAfterHitLoad() {
212212

213213
if(searchedQueryParam && decodeURIComponent(queryParam[0]).indexOf(searchedQueryParam) !== -1) {
214214
$("input[id='tx-dlf-search-in-document-query']").val(decodeURIComponent(queryParam[1]));
215-
$("#tx-dlf-search-in-document-form").submit();
215+
//$("#tx-dlf-search-in-document-form").submit();
216216
break;
217217
}
218218
}

0 commit comments

Comments
 (0)