This commit is contained in:
libccy 2017-03-19 18:10:11 +08:00
parent ae8891bf00
commit e39fa2c908
1 changed files with 3 additions and 0 deletions

View File

@ -6914,6 +6914,9 @@
else{
var script=document.createElement('script');
script.src = path+'/'+file+".js";
if(path.indexOf('http')==0){
script.src+='?rand='+get.id();
}
document.head.appendChild(script);
if(typeof onload=='function'){
script.addEventListener('load',onload);