aeded973 by Jeff Balicki

QA

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent bfe7cb87
......@@ -20731,13 +20731,19 @@
$('#full-width-page-wrapper #content').css('opacity', '0');
setTimeout(() => {
window.location.href = window.location.href;
}, "5000");
}, "1000");
});
$(document).on("click", ".advance-search-button", function (e) {
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('.badge').hide();
});
$(document).on("click", ".advance-search-button-footer", function (e) {
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('#advance-search-modal').modal('show');
$('.badge').hide();
});
var myModal = document.getElementById('advance-search-modal');
if (myModal) {
myModal.addEventListener('hidden.bs.modal', function () {
......
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.
......@@ -94,5 +94,6 @@ if ($thumbnail_image && isset($thumbnail_image[0])) {
</div><!-- #full-width-page-wrapper -->
<?php the_field('pre_footer', 'option'); ?>
<div class="overlay"></div>
<?php
get_footer();
......
......@@ -90,6 +90,6 @@ get_header();
</div><!-- #content -->
</div><!-- #search-wrapper -->
<div class="overlay"></div>
<?php
get_footer();
......
......@@ -76,18 +76,18 @@ var Search = (function($) {
}
});
$(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){
$('#advance-search-modal .searchandfilter').hide();
$('[data-sf-form-id="399"]').trigger("submit");
//$('[data-sf-form-id="102"]').trigger("submit");
$('.searching-loading').show();
$('.overlay').show();
$('#full-width-page-wrapper #content').css('opacity', '0');
setTimeout(() => {
window.location.href = window.location.href
}, "5000");
//$('[data-sf-form-id="102"]').trigger("submit");
$('.searching-loading').show();
$('.overlay').show();
$('#full-width-page-wrapper #content').css('opacity', '0');
setTimeout(() => {
window.location.href = window.location.href
}, "1000");
});
......@@ -96,6 +96,13 @@ var Search = (function($) {
$('.search-box').addClass('show');
$('.badge').hide();
});
$(document).on("click", ".advance-search-button-footer", function(e){
$('#search-box-content').addClass('show');
$('.search-box').addClass('show');
$('#advance-search-modal').modal('show');
$('.badge').hide();
});
var myModal = document.getElementById('advance-search-modal');
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.39
Version: 1.0.40
*/
\ No newline at end of file
......