Skip to content

Commit

Permalink
修复分享页错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zyx0814 committed Sep 14, 2018
1 parent 2cb73c6 commit f685bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dzz/shares/template/list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f685bb5

Please sign in to comment.