diff --git a/onedrive-index-theme-disk/onemoe.php b/onedrive-index-theme-disk/onemoe.php index e74ff1b..7537a97 100644 --- a/onedrive-index-theme-disk/onemoe.php +++ b/onedrive-index-theme-disk/onemoe.php @@ -9,7 +9,7 @@ - + @@ -327,10 +327,10 @@ -
+
-
+
@@ -1089,7 +1089,7 @@ var td1=document.createElement('td'); td1.setAttribute('class','file'); var a1=document.createElement('a'); - a1.href=html.name.replace(/#/,'%23'); + a1.href=''+html.name.replace(/#/,'%23'); a1.innerText=html.name; a1.target='_blank'; var td2=document.createElement('td');