You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
335 B

//藏经阁章节更新提示
function novelupdate()
{
if(document.getElementById("novelupdate")!=null)
{
_pagetop.AddLikeUpdate(resultupdate);
}
}
function resultupdate(result)
{
if(result.value=="true")
document.getElementById("novelupdate").style.visibility="visible";
}
//检验登陆输入规范