This commit is contained in:
liumengyi
2024-01-05 10:08:00 +08:00
parent ef3b0ea528
commit 186e4b9cb0
+1 -1
View File
@@ -32,7 +32,7 @@ function clickRefresh()
function changeStory(event)
{
const storyID = $(event.target).val();
if(storyID)
if(storyID != '0')
{
const storyLink = $.createLink('story', 'view', 'storyID=' + storyID);
$('#preview').parent().removeClass('hidden');