Commit c98918dc by doszhang

dos

parent 41272b77
...@@ -511,11 +511,13 @@ function showSuggestPage() { ...@@ -511,11 +511,13 @@ function showSuggestPage() {
} }
function backToFlag() { function backToFlag() {
$('.personal-page').fadeOut(300); $('.personal-page').fadeOut(300, function () {
$('.flag-page').css('z-index', '6');
});
$('.flag-page').animate({ $('.flag-page').animate({
'opacity': 1 'opacity': 1
}, 300, '', function () { }, 0, '', function () {
$('.flag-page').css('z-index', '6');
}); });
} }
......
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