mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove invalid XXX note
This commit is contained in:
parent
ee9f725b3c
commit
043b2d24ea
@ -369,7 +369,6 @@ define([
|
||||
};
|
||||
var $block = exp.$theme = UIElements.createDropdown(dropdownConfig);
|
||||
$block.find('button').attr('title', Messages.themeButtonTitle).click(function () {
|
||||
// XXX copy-pasted code from configureLanguage. We can refactor this.
|
||||
var state = $block.find('.cp-dropdown-content').is(':visible');
|
||||
var $c = $block.closest('.cp-toolbar-drawer-content');
|
||||
$c.removeClass('cp-dropdown-visible');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user