mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
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)
This commit is contained in:
parent
2474531451
commit
2cba65bd38
2 changed files with 13 additions and 4 deletions
|
@ -101,8 +101,7 @@
|
|||
$("#nav-notifications-linkmenu").addClass("on");
|
||||
nnm = $("#nav-notifications-menu");
|
||||
|
||||
//nnm.html("");
|
||||
nnm.html("<li><a href='/notifications/network'>Show All Notifications</a></li>");
|
||||
nnm.html("<li><a href='"+baseurl+"/notifications/network'>Show All Notifications</a></li>");
|
||||
|
||||
//nnm.attr('popup','true');
|
||||
eNotif.children("note").each(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue