Commit dcca5ba3 by doszhang

dos

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