...
|
...
|
@@ -309,7 +309,7 @@ $('.nav-home').on('touchstart', function() { |
|
|
$('.main-wrap').on('click', '*', (e) => {
|
|
|
let $this = $(e.currentTarget);
|
|
|
|
|
|
if (!$this.hasClass('nav-home')) {
|
|
|
if (!$this.hasClass('new-nav-home')) {
|
|
|
$('.homebuttom').addClass('hide');
|
|
|
} else {
|
|
|
return false;
|
...
|
...
|
|