Fixed the redirection issue in AstroEdit

This commit is contained in:
斟酌 鵬兄 2016-05-28 00:25:53 +08:00
parent 1829b333df
commit 5337d2d144

View File

@ -246,7 +246,7 @@
{
if ( !stay )
{
var op = window.open( base_path + "article/view/" + ArticleModel.slug + "/" );
var op = window.open( base_path + "article/id-view/" + ArticleModel.article_id + "/" );
Cycle.next( function() {
if( op ) window.close();
});