update
This commit is contained in:
parent
18f65da830
commit
febe866db3
@ -951,13 +951,13 @@ if ($act == 'newevent') {
|
|||||||
|
|
||||||
function gamesbtndis(){
|
function gamesbtndis(){
|
||||||
var type = $("#gamesbtn").css('display');
|
var type = $("#gamesbtn").css('display');
|
||||||
console.log($("#xsqb font font").html());
|
// console.log($("#xsqb").html());
|
||||||
if(type == 'none'){
|
if(type == 'none'){
|
||||||
$("#gamesbtn").show();
|
$("#gamesbtn").show();
|
||||||
$("#xsqb font font").html('收回');
|
$("#xsqb").html('收回');
|
||||||
}else {
|
}else {
|
||||||
$("#gamesbtn").hide();
|
$("#gamesbtn").hide();
|
||||||
$("#xsqb font font").html('展开');
|
$("#xsqb").html('展开');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user