Fix popper bug
This commit is contained in:
parent
9c6cd01ec2
commit
6b476ce2f7
2 changed files with 2 additions and 4 deletions
|
@ -132,8 +132,6 @@
|
|||
$("input[type='submit']").prop('disabled', true);
|
||||
});
|
||||
|
||||
registerPopper($('#nav-lang-icon'), $('#lang-dropdown'));
|
||||
registerPopper($('#user-links'), $('#userlink_dropdown'));
|
||||
$('.lang-dropdown-item').click(function() {
|
||||
$('select[name="language"]').val($(this).attr('value'));
|
||||
$('#form-lang').submit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue