diff --git a/public/templates/footer.tpl b/public/templates/footer.tpl index 75d4086dce..1638f19016 100644 --- a/public/templates/footer.tpl +++ b/public/templates/footer.tpl @@ -52,8 +52,6 @@ name = document.createElement('span') logoutEl = document.createElement('li'); - right_menu.innerHTML = ''; - logoutEl.innerHTML = 'Log out'; name.innerHTML = data['username']; @@ -81,7 +79,6 @@ } }); - // Post window events var postWindowEl = document.getElementById('post_window'), discardEl = document.getElementById('discard-post'); @@ -89,6 +86,9 @@ $(postWindowEl).slideToggle(250); $(document.body).removeClass('composing'); }, false); + + // Notifications dropdown + // var notifTrigger = document.querySelector('.notifications a'); }()); diff --git a/public/templates/header.tpl b/public/templates/header.tpl index 57c77e730e..259e65ab72 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -45,6 +45,12 @@