From 2cba65bd38ad04280d6843daf345aa4a3c09baf2 Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Sat, 8 Oct 2011 16:57:00 -0500 Subject: fix for 'show all notifications' on notifications drop-down to handle installations in sub-directories + fix for friend notifications (eg: joe became friends with sam) --- js/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index 799330676..bd6b6d658 100644 --- a/js/main.js +++ b/js/main.js @@ -101,8 +101,7 @@ $("#nav-notifications-linkmenu").addClass("on"); nnm = $("#nav-notifications-menu"); - //nnm.html(""); - nnm.html("
  • Show All Notifications
  • "); + nnm.html("
  • Show All Notifications
  • "); //nnm.attr('popup','true'); eNotif.children("note").each(function(){ -- cgit v1.2.3