...
|
...
|
@@ -183,6 +183,6 @@ if ($genderItem.length > 0) { |
|
|
$genderItem.on('touchstart', function() {
|
|
|
$('.genderNav ul .active').removeClass('active');
|
|
|
$(this).addClass('active');
|
|
|
window.location.search = "channel=" + ($(this).data('id') + 1);
|
|
|
window.location.search = 'channel=' + ($(this).data('id') + 1);
|
|
|
});
|
|
|
} |
...
|
...
|
|