Commit dcca5ba3 by doszhang

dos

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