This commit is contained in:
libccy 2016-06-07 20:56:58 +08:00
parent ef69bef84c
commit 2debe6a41f
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@
},5000);
var links=document.head.querySelectorAll('link');
for(var i=0;i<links.length;i++){
if(links[i].href=='app/color.css'){
if(links[i].href.indexOf('app/color.css')!=-1){
links[i].remove();
break;
}

View File

@ -16,5 +16,6 @@ window.noname_update={
],
'1.8.14':[],
'1.8.14.1':[]
'1.8.14.2':[]
}
}