Skip to content

Commit

Permalink
fix: parameterized-uri --> false(force)
Browse files Browse the repository at this point in the history
resolve #12
  • Loading branch information
RossWang committed Jan 22, 2018
1 parent 3bece6c commit ec035d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function sendTo(url, fileName, filePath, header, server) {
if (header != "[]")
params.header = header;
params.out = fileName;
params["parameterized-uri"] = "false";
if (filePath != "") {
// file path from download panel
params.dir = filePath;
Expand Down

0 comments on commit ec035d4

Please sign in to comment.