Skip to content

Commit b2e92fe

Browse files
committed
bugfix
1 parent bf1df70 commit b2e92fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SSCMS.Web/wwwroot/sitefiles/assets/js/admin/cms/settingsSite.js

+3
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ var methods = {
201201
if (options.no) {
202202
query.no = options.no;
203203
}
204+
if (options.inputType) {
205+
query.inputType = options.inputType;
206+
}
204207

205208
var args = {
206209
title: options.title,

0 commit comments

Comments
 (0)