mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Remove break me nonsense 😁
This commit is contained in:
parent
3fcec210ef
commit
e8a729cebd
1 changed files with 1 additions and 6 deletions
|
@ -209,12 +209,7 @@ function getMergedTheme(menuConfig, promptConfig, theme) {
|
|||
var mergedThemeMenu = mergedTheme[areaName][menuName];
|
||||
|
||||
if(_.has(theme, [ 'customization', areaName, menuName ])) {
|
||||
|
||||
if('telnetConnected' === menuName || 'mainMenuLastCallers' === menuName) {
|
||||
console.log('break me')
|
||||
}
|
||||
|
||||
var menuTheme = theme.customization[areaName][menuName];
|
||||
var menuTheme = theme.customization[areaName][menuName];
|
||||
|
||||
// config block is direct assign/overwrite
|
||||
// :TODO: should probably be _.merge()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue