This commit is contained in:
liumengyi
2023-12-21 16:19:01 +08:00
parent 10fd4cb5c7
commit 2f1310562b
+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');