update comment

This commit is contained in:
Milos Sen
2026-08-08 06:53:11 +03:00
parent 1499347b7b
commit 84c7b31dfb

View File

@@ -2,7 +2,7 @@
* ident_switch - Account switcher UI and new mail notifications. * ident_switch - Account switcher UI and new mail notifications.
* *
* Places the hidden <select> from the footer into the appropriate * Places the hidden <select> from the footer into the appropriate
* skin location (Larry, Classic, Elastic), Workbench, shows it, and registers * skin location (Larry, Classic, Elastic, Workbench), shows it, and registers
* notification listeners for background mail checking. * notification listeners for background mail checking.
* *
* Copyright (C) 2016-2018 Boris Gulay * Copyright (C) 2016-2018 Boris Gulay
@@ -22,7 +22,6 @@ $(function() {
var $sw = $wrapper.find('#plugin-ident_switch-account'); var $sw = $wrapper.find('#plugin-ident_switch-account');
var placed = false; var placed = false;
switch (rcmail.env.skin) { switch (rcmail.env.skin) {
case 'larry': case 'larry':
placed = plugin_switchIdent_addCbLarry($wrapper, $sw); placed = plugin_switchIdent_addCbLarry($wrapper, $sw);