mirror of https://github.com/zulip/zulip.git
settings: Remove duplicate code from setting panel.
We don't need to update this classes since we have already added those classes in the setting_panel_menu.js.
This commit is contained in:
parent
68cf2b1690
commit
00a34fb46a
|
@ -729,7 +729,6 @@ exports.initialize = function () {
|
|||
});
|
||||
|
||||
$("#settings_overlay_container .sidebar").on("click", "li[data-section]", function () {
|
||||
var $this = $(this);
|
||||
|
||||
var $settings_overlay_container = $("#settings_overlay_container");
|
||||
$settings_overlay_container.find(".right").addClass("show");
|
||||
|
|
Loading…
Reference in New Issue