* Adjust story create.

This commit is contained in:
holan20180123
2020-09-08 17:18:15 +08:00
parent abf06f36a7
commit 31f210b184
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@
?>
<?php include './header.html.php';?>
<?php js::set('holders', $lang->story->placeholder); ?>
<?php js::set('parentStory', false);?>
<?php if(common::checkNotCN()):?>
<style> .sourceTd > .input-group > .input-group > .input-group-addon:first-child{padding: 5px 18px} </style>
<?php endif;?>
+1 -1
View File
@@ -3,7 +3,7 @@
<script>
function loadProduct(productID)
{
if(parentStory)
if(typeof parentStory != 'undefined' && parentStory)
{
confirmLoadProduct = confirm(moveChildrenTips);
if(!confirmLoadProduct)