Skip to content

Commit 2bbcf02

Browse files
committed
Rm old js function
1 parent 2d37e9b commit 2bbcf02

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

web_src/js/features/common-global.js

-7
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@ export function initGlobalLinkActions() {
283283
});
284284
}
285285

286-
function handlePanelButtonToggle($btn) {
287-
const toggleButton = $btn.data('toggle-button');
288-
if (!toggleButton) return;
289-
$(toggleButton).show();
290-
$btn.hide();
291-
}
292-
293286
export function initGlobalButtons() {
294287
$('.show-panel.button').on('click', function () {
295288
$($(this).data('panel')).show();

0 commit comments

Comments
 (0)