Skip to content

Commit 844f51a

Browse files
committed
Fixed no results banner not hiding after new search
1 parent 19696dd commit 844f51a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

static/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ function request(term, targetLang, resultCountGl, resultCountTm,
162162
searchOption, caseSensitive, modes) {
163163
$("#target-lang").prop("disabled", true);
164164
$("#search-btn").prop("disabled", true);
165+
$("#no-results").css("display", "none");
165166
$("#loader").css("display", "flex");
166167
$.ajax({
167168
headers: {

0 commit comments

Comments
 (0)