* Fix bug#50136.

This commit is contained in:
xieqiyu
2024-05-27 15:41:45 +08:00
committed by caoyanyi
parent 337c76759e
commit e5634840de
+1 -1
View File
@@ -3,7 +3,7 @@ window.clickSubmit = function(e)
const status = $(e.submitter).data('status');
if(status === undefined) return;
const method = page !== undefined ? page : config.currentMethod;
const method = typeof(page) !== 'undefined' ? page : config.currentMethod;
let storyStatus = status;
if(status == 'active' && method != 'batchcreate')
{