Committer: dpetrov
OPSC-340: After processing payment API request from application dynamically update user's LJ Wallet balance at the top of the page.U trunk/cgi-bin/bml/scheme/lanzelot.look
Modified: trunk/cgi-bin/bml/scheme/lanzelot.look =================================================================== --- trunk/cgi-bin/bml/scheme/lanzelot.look 2011-06-01 10:06:25 UTC (rev 10591) +++ trunk/cgi-bin/bml/scheme/lanzelot.look 2011-06-02 03:16:44 UTC (rev 10592) @@ -228,7 +228,7 @@ if ($remote->can_use_esn) { $messages = "<a href='<?siteroot?>/inbox/'><?_ml horizon.esn.messages _ml?>"; my $inbox = $remote->notification_inbox; - $messages .= " (" . $inbox->unread_count . ")" if $inbox->unread_count; + $messages .= " <span id=\"LJ_Inbox_Unread_Count\">(" . $inbox->unread_count . ")</span>" if $inbox->unread_count; $messages .= "</a>"; }