Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Inbox notifications
Is it possible for the Inbox font to flash when users have a message in their inbox? I have some users who have said that it is hard to notice if they have any outstanding messages as it doesn't stand out.
Tagged:
0
Answers
<body onload="setInterval('blinkText()',400)"> <script type="text/javascript"> function blinkText() { if (!document.all) return; else { for(i=0;i<document.all.tags('blink').length;i++) { s=document.all.tags('blink')[i]; s.style.visibility=(s.style.visibility=='visible') ?'hidden':'visible'; } } } </script> <blink>Text to blink here</blink>