diff options
author | duthied <duthied@gmail.com> | 2011-10-08 15:00:11 -0700 |
---|---|---|
committer | duthied <duthied@gmail.com> | 2011-10-08 15:00:11 -0700 |
commit | 986c31c7b8f567b21726fcd33e0453bdc64d6f40 (patch) | |
tree | 4bec49768b0f29c32ba79cc19fc21c485aa93809 /js/main.js | |
parent | 24745314517eac403b421fa17a51bdbec94f3b6e (diff) | |
parent | 2cba65bd38ad04280d6843daf345aa4a3c09baf2 (diff) | |
download | volse-hubzilla-986c31c7b8f567b21726fcd33e0453bdc64d6f40.tar.gz volse-hubzilla-986c31c7b8f567b21726fcd33e0453bdc64d6f40.tar.bz2 volse-hubzilla-986c31c7b8f567b21726fcd33e0453bdc64d6f40.zip |
Merge pull request #21 from duthied/master
notification page and drop-down fixes
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(){ |