forked from 0x2620/pandora
fix load in IE8
This commit is contained in:
parent
32602a2c47
commit
c425ecd829
2 changed files with 61 additions and 54 deletions
|
|
@ -332,7 +332,7 @@ pandora.ui.mainMenu = function() {
|
|||
});
|
||||
} else if (data.id == 'debug') {
|
||||
if(pandora.localStorage('debug')) {
|
||||
pandora.localStorage.delete('debug');
|
||||
pandora.localStorage['delete']('debug');
|
||||
} else {
|
||||
pandora.localStorage('debug', true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue