|
|
@ -265,7 +265,9 @@
|
|
|
|
console.log(game_name)
|
|
|
|
console.log(game_name)
|
|
|
|
console.log(count_date)
|
|
|
|
console.log(count_date)
|
|
|
|
console.log(device)
|
|
|
|
console.log(device)
|
|
|
|
|
|
|
|
var display=$(_this).children().css('display');
|
|
|
|
$(".tooltiptext").hide();
|
|
|
|
$(".tooltiptext").hide();
|
|
|
|
|
|
|
|
console.log(display)
|
|
|
|
if ($(_this).children().children().text()=='') {
|
|
|
|
if ($(_this).children().children().text()=='') {
|
|
|
|
$.ajax({
|
|
|
|
$.ajax({
|
|
|
|
url: "{:U('Query/getChannelStream')}",
|
|
|
|
url: "{:U('Query/getChannelStream')}",
|
|
|
@ -279,8 +281,11 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$(_this).children().toggle();
|
|
|
|
|
|
|
|
$(_this).children().toggle();
|
|
|
|
$(_this).children().toggle();
|
|
|
|
|
|
|
|
if(display!='none') {
|
|
|
|
|
|
|
|
$(_this).children().toggle();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|