mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-12 16:52:04 +02:00
fix localStorage detection for ie 6 and 7
This commit is contained in:
@@ -577,7 +577,7 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, {
|
||||
Ext.onReady(function(){
|
||||
|
||||
var stateProvider;
|
||||
if (localStorage){
|
||||
if ( typeof(Storage) !== "undefined" ){
|
||||
if (debug){
|
||||
console.debug('use localStore to save application state');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user