js fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
3 additions
and
3 deletions
| ... | @@ -7513,7 +7513,7 @@ | ... | @@ -7513,7 +7513,7 @@ |
| 7513 | $('.searching-loading').show(); | 7513 | $('.searching-loading').show(); |
| 7514 | setTimeout(() => { | 7514 | setTimeout(() => { |
| 7515 | window.location.href = window.location.href; | 7515 | window.location.href = window.location.href; |
| 7516 | }, "100"); | 7516 | }, "1000"); |
| 7517 | }); | 7517 | }); |
| 7518 | $(document).on("click", ".advance-search-button", function (e) { | 7518 | $(document).on("click", ".advance-search-button", function (e) { |
| 7519 | $('#search-box-content').addClass('show'); | 7519 | $('#search-box-content').addClass('show'); | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -23,7 +23,7 @@ var Search = (function($) { | ... | @@ -23,7 +23,7 @@ var Search = (function($) { |
| 23 | $('.searching-loading').show(); | 23 | $('.searching-loading').show(); |
| 24 | setTimeout(() => { | 24 | setTimeout(() => { |
| 25 | window.location.href = window.location.href | 25 | window.location.href = window.location.href |
| 26 | }, "100"); | 26 | }, "1000"); |
| 27 | }); | 27 | }); |
| 28 | 28 | ||
| 29 | 29 | ... | ... |
-
Please register or sign in to post a comment