added workbench to list of skins
This commit is contained in:
@@ -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), 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
|
||||||
@@ -33,6 +33,9 @@ $(function() {
|
|||||||
case 'elastic':
|
case 'elastic':
|
||||||
placed = plugin_switchIdent_addCbElastic($wrapper, $sw);
|
placed = plugin_switchIdent_addCbElastic($wrapper, $sw);
|
||||||
break;
|
break;
|
||||||
|
case 'workbench':
|
||||||
|
placed = plugin_switchIdent_addCbElastic($wrapper, $sw);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!placed) {
|
if (!placed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user