mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
DEV: Remove code that is not being used (#17941)
This commit is contained in:
parent
7a05a9d411
commit
083c0074d6
@ -80,14 +80,6 @@ const SiteHeaderComponent = MountWidget.extend(
|
||||
return this._isRTL() ? "user-menu" : "hamburger-panel";
|
||||
},
|
||||
|
||||
_leftMenuAction() {
|
||||
return this._isRTL() ? "toggleUserMenu" : "toggleHamburger";
|
||||
},
|
||||
|
||||
_rightMenuAction() {
|
||||
return this._isRTL() ? "toggleHamburger" : "toggleUserMenu";
|
||||
},
|
||||
|
||||
_handlePanDone(event) {
|
||||
const menuPanels = document.querySelectorAll(".menu-panel");
|
||||
const menuOrigin = this._panMenuOrigin;
|
||||
|
Loading…
Reference in New Issue
Block a user