From 00a34fb46a7d65fa5e688ac8b4e4b4ebc6d9d674 Mon Sep 17 00:00:00 2001 From: Akash Nimare Date: Tue, 26 Jun 2018 16:23:17 +0530 Subject: [PATCH] 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. --- static/js/click_handlers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/click_handlers.js b/static/js/click_handlers.js index f672a7cf6d..dc077f5e05 100644 --- a/static/js/click_handlers.js +++ b/static/js/click_handlers.js @@ -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");