* Adjust story create.
This commit is contained in:
@@ -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;?>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<script>
|
||||
function loadProduct(productID)
|
||||
{
|
||||
if(parentStory)
|
||||
if(typeof parentStory != 'undefined' && parentStory)
|
||||
{
|
||||
confirmLoadProduct = confirm(moveChildrenTips);
|
||||
if(!confirmLoadProduct)
|
||||
|
||||
Reference in New Issue
Block a user