diff options
author | Mario <mario@mariovavti.com> | 2021-06-24 07:08:12 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-24 07:08:12 +0000 |
commit | 7582ebc9c8dd590b42ae9e51596ba6db47a26239 (patch) | |
tree | e505da1d98e58e4d12b861cdd31174ad92c2b797 /view | |
parent | 97d9764f015990b1df01463c45090c4cbc2192fa (diff) | |
download | volse-hubzilla-7582ebc9c8dd590b42ae9e51596ba6db47a26239.tar.gz volse-hubzilla-7582ebc9c8dd590b42ae9e51596ba6db47a26239.tar.bz2 volse-hubzilla-7582ebc9c8dd590b42ae9e51596ba6db47a26239.zip |
remove deprecated dir and queue fns
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index f7a429749..9a6118ef1 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -15,14 +15,9 @@ $('.notifications-btn').click(function() { if($('#notifications_wrapper').hasClass('fs')) { $('#notifications_wrapper').prependTo('#' + notifications_parent); - //undo scrollbar remove - $('section').css('height', ''); } else { $('#notifications_wrapper').prependTo('section'); - //remove superfluous scrollbar - //setting overflow to hidden here has issues with some browsers - $('section').css('height', '100vh'); } $('#notifications_wrapper').toggleClass('fs'); |