Index: flag.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/theme/Attic/flag.js,v
retrieving revision 1.1.2.7.2.1
diff -u -r1.1.2.7.2.1 flag.js
--- flag.js	14 Sep 2009 21:39:44 -0000	1.1.2.7.2.1
+++ flag.js	28 Sep 2009 06:51:13 -0000
@@ -43,6 +43,7 @@
     }
 
     $('.flag-message', $newLink).fadeIn();
+    setTimeout(function(){ $('.flag-message', $newLink).fadeOut() }, 3000);
     return $newLink.get(0);
   }
 
