fd238da7 by Jeff Balicki

js fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9f8e8c2f
...@@ -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
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.30 5 Version: 1.0.31
6 */ 6 */
......