diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-10-08 16:57:00 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-10-08 16:57:00 -0500 |
commit | 2cba65bd38ad04280d6843daf345aa4a3c09baf2 (patch) | |
tree | 4bec49768b0f29c32ba79cc19fc21c485aa93809 /js/main.js | |
parent | 24745314517eac403b421fa17a51bdbec94f3b6e (diff) | |
download | volse-hubzilla-2cba65bd38ad04280d6843daf345aa4a3c09baf2.tar.gz volse-hubzilla-2cba65bd38ad04280d6843daf345aa4a3c09baf2.tar.bz2 volse-hubzilla-2cba65bd38ad04280d6843daf345aa4a3c09baf2.zip |
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)
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
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("<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(){ |