diff options
author | Mario <mario@mariovavti.com> | 2021-07-29 09:03:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-07-29 09:03:22 +0000 |
commit | 693736df7c4de1b00f746f9f671f287fc757aa3e (patch) | |
tree | b00756eda9a861b3001a17b773e9bcc04b2f6017 /view/js | |
parent | 943e7dd242caf5e66ce1d093b137e86db156aa73 (diff) | |
download | volse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.tar.gz volse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.tar.bz2 volse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.zip |
dropdown-menu-right -> dropdown-menu-end
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index bc8155c58..1a51652c9 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -99,7 +99,7 @@ $(document).ready(function() { tao.zin.htm += '</ul>'; $('.zinpax').remove(); $('.zinlcx').append(tao.zin.htm); - $('.zinlcxp > ul').addClass('dropdown dropdown-menu dropdown-menu-right').css('left','-16em'); + $('.zinlcxp > ul').addClass('dropdown dropdown-menu dropdown-menu-end').css('left','-16em'); }); return false; } else { |