This commit is contained in:
libccy 2017-04-22 12:25:34 +08:00
parent 412d76a6b4
commit 2916fbc666
1 changed files with 4 additions and 0 deletions

View File

@ -35664,6 +35664,7 @@
var button=this;
var layer=ui.create.div('.poplayer',ui.window);
var uiintro=ui.create.dialog('hidden','notouchscroll');
this.classList.add('active');
if(lib.config.touchscreen){
lib.setScroll(uiintro.contentContainer);
}
@ -35672,6 +35673,7 @@
this.clicked=false;
return;
}
button.classList.remove('active');
uiintro.delete();
this.delete();
});
@ -35861,6 +35863,7 @@
var button=this;
var layer=ui.create.div('.poplayer',ui.window);
var uiintro=ui.create.dialog('hidden','notouchscroll');
this.classList.add('active');
if(lib.config.touchscreen){
lib.setScroll(uiintro.contentContainer);
}
@ -35869,6 +35872,7 @@
this.clicked=false;
return;
}
button.classList.remove('active');
uiintro.delete();
this.delete();
});