Added new preview images

This commit is contained in:
Raelon Masters
2020-07-03 13:10:05 -04:00
parent ed64a5a7fe
commit bc591bb89d
5 changed files with 10 additions and 2 deletions

View File

@@ -80,4 +80,11 @@ $(document).ready(function(){
var textSelected = optionSelected.text();
window.location.href="/"+valueSelected
});
$('#btn-home').on("click", function(){
console.log('Home Pressed');
_location = $(this).attr('data-location');
$('#_order').val(null);
$('#_search').val(null);
window.location.href=_location;
});
});