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:
Akash Nimare 2018-06-26 16:23:17 +05:30 committed by showell
parent 68cf2b1690
commit 00a34fb46a
1 changed files with 0 additions and 1 deletions

View File

@ -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");