Commit 910f12a9 by doszhang

dos

parent d5302825
......@@ -262,7 +262,9 @@ function backToFlag() {
$('.personal-page').fadeOut(300);
$('.flag-page').animate({
'opacity': 1
}, 300);
}, 300, '', function () {
$('.flag-page').css('z-index', '3');
});
}
function deleteCheckedFlag(event) {
......
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