This commit is contained in:
libccy 2017-01-20 14:05:47 +08:00
parent 1977093268
commit e9d4dfe813
1 changed files with 4 additions and 0 deletions

View File

@ -30970,6 +30970,10 @@
}
layer.addEventListener(lib.config.touchscreen?'touchend':'click',clicklayer);
if(!lib.config.touchscreen) layer.oncontextmenu=clicklayer;
if(this.parentNode==ui.historybar&&lib.config.touchscreen){
var rect=this.getBoundingClientRect();
e={clientX:0,clientY:rect.top+30};
}
lib.placePoppedDialog(uiintro,e);
if(this.parentNode==ui.historybar){
if(lib.config.show_history=='right'){