From eed66c099bb18c505ef569060f9231d8e8cb08c3 Mon Sep 17 00:00:00 2001
From: Julian Lam <julian@designcreateplay.com>
Date: Mon, 26 Aug 2013 16:42:29 -0400
Subject: [PATCH] fixing double notif error on new notif

---
 public/src/forum/footer.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/src/forum/footer.js b/public/src/forum/footer.js
index 439bbdca50..6eca0edbdf 100644
--- a/public/src/forum/footer.js
+++ b/public/src/forum/footer.js
@@ -147,6 +147,7 @@
 	socket.on('event:new_notification', function() {
 		document.querySelector('.notifications a i').className = 'icon-circle active';
 		app.alert({
+			alert_id: 'new_notif',
 			title: 'New notification',
 			message: 'You have unread notifications.',
 			type: 'notify',