mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
re-align main buttons
This commit is contained in:
parent
1a1ad670ee
commit
8a03951713
3 changed files with 17 additions and 20 deletions
|
|
@ -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'));
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue