From f685bb5881046b005879ad22a9ed7cf427051259 Mon Sep 17 00:00:00 2001 From: zyx0814 Date: Fri, 14 Sep 2018 13:52:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E4=BA=AB=E9=A1=B5?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dzz/shares/template/list.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzz/shares/template/list.htm b/dzz/shares/template/list.htm index 7aead50a..bd61af63 100644 --- a/dzz/shares/template/list.htm +++ b/dzz/shares/template/list.htm @@ -425,7 +425,7 @@ function downmorefile() { var dpath = share.join(','); - jQuery.post('{MOD_URL}&do=adddowns,{'sid':'$_GET[sid]'}, function (data) { + jQuery.post('{MOD_URL}&do=adddowns',{'sid':'$_GET[sid]'}, function (data) { if (data['success']) { var url = DZZSCRIPT + '?mod=io&op=download&checkperm=false&path=' + dpath; if (BROWSER.ie) {