Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
starlying committed Dec 29, 2022
1 parent bf1df70 commit b2e92fe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ var methods = {
if (options.no) {
query.no = options.no;
}
if (options.inputType) {
query.inputType = options.inputType;
}

var args = {
title: options.title,
Expand Down

0 comments on commit b2e92fe

Please sign in to comment.