forked from Botanical/BotanJS
Choice Tabbing
This commit is contained in:
@@ -246,7 +246,10 @@
|
||||
{
|
||||
if ( !stay )
|
||||
{
|
||||
window.open( base_path + "article/view/" + ArticleModel.slug + "/") && window.close();
|
||||
var op = window.open( base_path + "article/view/" + ArticleModel.slug + "/" );
|
||||
Cycle.next( function() {
|
||||
if( op ) window.close();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user