Commit cfdbae4d by doszhang

dos

parent dea6a749
...@@ -260,7 +260,9 @@ $(document).ready(function () { ...@@ -260,7 +260,9 @@ $(document).ready(function () {
function backToFlag() { function backToFlag() {
$('.personal-page').fadeOut(300); $('.personal-page').fadeOut(300);
$('.flag-page').fadeIn(300); $('.flag-page').animate({
opacity: 1
}, 300);
} }
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