This commit is contained in:
libccy 2016-06-12 09:28:13 +08:00
parent 915ce2ede3
commit 213d5cdeb7
2 changed files with 4 additions and 1 deletions

View File

@ -22655,6 +22655,7 @@
newlined.appendChild(span);
span.style.margin='8px';
var clickGroup=function(){
if(_status.dragged) return;
var node=this,link=this.link;
if(node.classList.contains('thundertext')){
dialog.currentgroup=null;
@ -22723,6 +22724,7 @@
node.appendChild(newlined2);
packsource.addEventListener(lib.config.touchscreen?'touchend':'click',function(){
if(_status.dragged) return;
if(newlined2.style.display=='none'){
newlined2.style.display='block';
}

View File

@ -21,6 +21,7 @@ window.noname_update={
'layout/default/layout.css',
],
'1.8.15':[],
'1.8.15.1':[]
'1.8.15.1':[],
'1.8.15.2':[]
}
}