Code formatting, corrected notification object on Facebook script

This commit is contained in:
Tobias Schmidl 2014-03-08 07:08:05 +01:00
parent 7e7a6eb86a
commit 04808273c8
2 changed files with 10 additions and 10 deletions

View file

@ -29,7 +29,7 @@ notify = function()
{
newNotifications = notificationsElement.innerHTML;
if (newNotifications > lastNotifications )
if (newNotifications > lastNotifications)
{
var msg = (newNotifications - lastNotifications) + " new Notification(s)";