update
This commit is contained in:
parent
411174c07c
commit
f78279a271
|
|
@ -1416,19 +1416,17 @@ function remind(a){
|
|||
}
|
||||
|
||||
function getReloads() {
|
||||
var a = 0;
|
||||
var mm = $(".bt-w-menu .bgw").html()
|
||||
var mm = $("#msg_box .bt-w-menu .bgw").html();
|
||||
if(mm == undefined || mm.indexOf('任务列表') == -1) {
|
||||
clearInterval(speed);
|
||||
a = 0;
|
||||
speed = null;
|
||||
return
|
||||
}
|
||||
if(speed) {return;}
|
||||
|
||||
function renderRunTask(){
|
||||
var mm = $(".bt-w-menu .bgw").html();
|
||||
if(mm == undefined || mm.indexOf(lan.bt.task_list) == -1) {
|
||||
var mm = $("#msg_box .bt-w-menu .bgw").html();
|
||||
if(mm == undefined || mm.indexOf('任务列表') == -1) {
|
||||
clearInterval(speed);
|
||||
speed = null;
|
||||
a = 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# 应用程序版本号组件
|
||||
APP_RELEASE = 0
|
||||
APP_REVISION = 18
|
||||
APP_SMALL_VERSION = 0.26
|
||||
APP_SMALL_VERSION = 0.27
|
||||
|
||||
# 应用程序版本后缀,例如“beta1”、“dev”。通常为空字符串GA发布。
|
||||
APP_SUFFIX = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue