Commit c98918dc by doszhang

dos

parent 41272b77
......@@ -511,11 +511,13 @@ function showSuggestPage() {
}
function backToFlag() {
$('.personal-page').fadeOut(300);
$('.personal-page').fadeOut(300, function () {
$('.flag-page').css('z-index', '6');
});
$('.flag-page').animate({
'opacity': 1
}, 300, '', function () {
$('.flag-page').css('z-index', '6');
}, 0, '', function () {
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment