Skip to content

Commit

Permalink
fixes #656
Browse files Browse the repository at this point in the history
  • Loading branch information
hurradieweltgehtunter committed Jul 7, 2021
1 parent 04b38a7 commit 62bae0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/wizard/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ OCA = OCA || {};
$('#ldap_port').on('input', function () {
$('.ldap_config_state_indicator_subline').html($('#ldap_host').val() + ':' + $('#ldap_port').val())
})

$('.ui-tabs .ui-tabs-panel').css('margin-top', $('#ldap .header').outerHeight())
},

/**
Expand Down Expand Up @@ -488,7 +490,6 @@ OCA = OCA || {};
})();

$(document).ready(function () {
$('.ui-tabs .ui-tabs-panel').css('margin-top', $('#ldap .header').outerHeight())
$(window).on('resize', function(){
$('.ui-tabs .ui-tabs-panel').css('margin-top', $('#ldap .header').outerHeight())
});
Expand Down

0 comments on commit 62bae0d

Please sign in to comment.