From 261f80e581794d6ece046e7b15be227d05ca9284 Mon Sep 17 00:00:00 2001 From: "Mr.Lin" Date: Sun, 23 Feb 2020 00:33:52 +0800 Subject: [PATCH] Update onemoe.php --- onedrive-index-theme-disk/onemoe.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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');