From f45b113c68408a0a58a78ffb2716ba7e6b90ccde Mon Sep 17 00:00:00 2001
From: IT-KIMI_SHI\SINOIT.KIMI <kimi42345@gmail.com>
Date: 星期二, 12 六月 2018 13:41:35 +0800
Subject: [PATCH] no message

---
 source/my/frame/WebRoot/page/file/upload.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/source/my/frame/WebRoot/page/file/upload.html b/source/my/frame/WebRoot/page/file/upload.html
index 648919c..3970605 100644
--- a/source/my/frame/WebRoot/page/file/upload.html
+++ b/source/my/frame/WebRoot/page/file/upload.html
@@ -77,7 +77,7 @@
 				
         function upload(file){
             pos = file.name.lastIndexOf("\\");
-            var filename = file.name.substring(pos + 1);
+            var filename = file.name.subString(pos + 1);
             
             Dialog.confirm("淇℃伅鎻愮ず", "纭畾涓婅浇[" + filename + "]涓殑鏁版嵁锛�", function(result){
                 if (result) {

--
Gitblit v1.8.0