From bb9caa72283b5271ccead4c6e8b2a0d7214b314a Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 8 Jul 2014 14:15:53 -0400 Subject: [PATCH] removed dupe --- public/src/modules/notifications.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/public/src/modules/notifications.js b/public/src/modules/notifications.js index ef00636f45..aa46be739a 100644 --- a/public/src/modules/notifications.js +++ b/public/src/modules/notifications.js @@ -39,18 +39,11 @@ define('notifications', ['sounds'], function(sound) { for (x = 0; x < data.read.length; x++) { html += createNotification(data.read[x]); } - - addSeeAllLink(); - } else { html += '
  • [[notifications:no_notifs]]
  • '; - addSeeAllLink(); - } - - function addSeeAllLink() { - html += ''; } + html += ''; notifList.translateHtml(html);