From 770750c9dbdb00fe47a980fc295e02a562784302 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 1 Feb 2023 16:23:59 +0800 Subject: [PATCH] * Fix bug#30144. --- module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index dfea927b66..db9c8bbf22 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -2284,7 +2284,7 @@ class story extends control } else { - return print(js::closeModal('parent.parent', 'this', 'function(){parent.parent.$(\'[data-ride="searchList"]\').searchList();}')); + return print(js::reload('parent.parent')); } } return print(js::locate($this->createLink('story', 'view', "storyID=$storyID&version=0¶m=0&storyType=$storyType"), 'parent'));