Reset the candidate cycle when advancing levels

This commit is contained in:
斟酌 鵬兄 2016-03-09 14:54:46 +08:00
parent ab0add94d2
commit 33b1d18836
2 changed files with 2 additions and 1 deletions

View File

@ -386,6 +386,7 @@
if( 1 < ModLevels.length )
{
CandidateCycle = -1;
stage( Candidates );
title( true );
stage()[0].value = "`";

View File

@ -16,7 +16,7 @@
/** @type {Astro.Blog.AstroEdit.Draft} */
var Draft = __import( "Astro.Blog.AstroEdit.Draft" );
/** @type {Astro.Blog.AstroEdit.Flag} */
var Flag = __import( "Astro.Blog.AstroEdit.Flag" );
var Flag = __import( "Astro.Blog.AstroEdit.Flag" );
/** @type {Astro.Blog.AstroEdit.Visualizer} */
var Visualizer = __import( "Astro.Blog.AstroEdit.Visualizer" );
/** @type {Astro.Blog.AstroEdit.Uploader} */