* adjust js logic.

This commit is contained in:
wangyidong
2013-01-24 05:48:05 +00:00
parent 7edea52a4e
commit 00ef79be41
+1 -1
View File
@@ -14,5 +14,5 @@ $(function()
{
$(this).sparkline('html', {height:'25px'});
})
if(typeof(flow) != 'undefined' && flow) $.colorbox({href:createLink('admin', 'setFlow'), open:true, width:800, height:280, transition:'none', iframe:true});
if(flow) $.colorbox({href:createLink('admin', 'setFlow'), open:true, width:800, height:275, transition:'none', iframe:true});
});