forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
b60460c21c
commit
9f45aa2e2b
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ pandora.ui.mainMenu = function() {
|
|||
pandora.site.capabilities.canSeeDebugMenu[pandora.user.level]
|
||||
? [
|
||||
{ id: 'debugMenu', title: Ox._('Debug'), items: [
|
||||
{ id: 'cache', title: Ox._((pandora.localStorage('enableCache') === false ? 'Enable' : 'Disable') + ' Cache')},
|
||||
{ id: 'cache', title: Ox._((pandora.localStorage('enableCache') !== false ? 'Disable' : 'Enable') + ' Cache')},
|
||||
{ id: 'clearcache', title: Ox._('Clear Cache')},
|
||||
{},
|
||||
{ id: 'debugmode', title: Ox._((pandora.localStorage('enableDebugMode') ? 'Disable' : 'Enable') + ' Debug Mode') },
|
||||
|
|
Loading…
Reference in a new issue