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);