Code formatting, corrected notification object on Facebook script
This commit is contained in:
parent
7e7a6eb86a
commit
04808273c8
2 changed files with 10 additions and 10 deletions
|
@ -29,7 +29,7 @@ notify = function()
|
|||
{
|
||||
newNotifications = notificationsElement.innerHTML;
|
||||
|
||||
if (newNotifications > lastNotifications )
|
||||
if (newNotifications > lastNotifications)
|
||||
{
|
||||
var msg = (newNotifications - lastNotifications) + " new Notification(s)";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue