Choice Tabbing

This commit is contained in:
2016-02-22 05:53:32 +08:00
parent 1ab79e1d0d
commit e2cda7ca2c
4 changed files with 159 additions and 23 deletions
+4 -1
View File
@@ -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();
});
}
}