forked from 0x2620/pandora
add (not yet functional) 'Disable Cache' menu entry (see ticket 1420)
This commit is contained in:
parent
7284b36eb0
commit
551e43ad47
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ pandora.ui.mainMenu = function() {
|
|||
pandora.site.capabilities.canSeeDebugMenu[pandora.user.level]
|
||||
? [
|
||||
{ id: 'debugMenu', title: Ox._('Debug'), items: [
|
||||
{ id: 'cache', title: Ox._('Disable Cache'), disabled: true},
|
||||
{ id: 'clearcache', title: Ox._('Clear Cache')},
|
||||
{},
|
||||
{ id: 'debugmode', title: Ox._((pandora.localStorage('enableDebugMode') ? 'Disable' : 'Enable') + ' Debug Mode') },
|
||||
|
|
Loading…
Reference in a new issue