Skip to content

Commit

Permalink
Rm old js function
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 committed Oct 26, 2021
1 parent 2d37e9b commit 2bbcf02
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions web_src/js/features/common-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,6 @@ export function initGlobalLinkActions() {
});
}

function handlePanelButtonToggle($btn) {
const toggleButton = $btn.data('toggle-button');
if (!toggleButton) return;
$(toggleButton).show();
$btn.hide();
}

export function initGlobalButtons() {
$('.show-panel.button').on('click', function () {
$($(this).data('panel')).show();
Expand Down

0 comments on commit 2bbcf02

Please sign in to comment.