re-align main buttons

This commit is contained in:
Jakob Ketterl
2020-03-16 22:48:42 +01:00
parent 1a1ad670ee
commit 8a03951713
3 changed files with 17 additions and 20 deletions

View File

@ -1770,7 +1770,7 @@ function openwebrx_resize() {
}
function init_header() {
$('#openwebrx-main-buttons').find('li[data-toggle-panel]').click(function () {
$('#openwebrx-main-buttons').find('[data-toggle-panel]').click(function () {
toggle_panel($(this).data('toggle-panel'));
});
}