* fix a bug : fix setAfter.
This commit is contained in:
@@ -52,7 +52,7 @@ function setPreview()
|
||||
*/
|
||||
function setAfter()
|
||||
{
|
||||
if($("#story").select().val() == '')
|
||||
if($("#story").length == 0 || $("#story").select().val() == '')
|
||||
{
|
||||
if($('input[value="continueAdding"]').attr('checked') == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user