forked from Botanical/BotanJS
		
	Fixed the redirection issue in AstroEdit
This commit is contained in:
		@@ -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();
 | 
			
		||||
				});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user