chembl / curation-interface

This is repository to track all bugs and issues related to development of the curation interface
0 stars 0 forks source link

Invalid state error #136

Open mnowotka opened 9 years ago

mnowotka commented 9 years ago

We need to fix the bug that is related to HTML5 local storage. This is implemented differently on different browsers and also depends on personal settings. The bug occurs in this fragment:

 var request = indexedDB.open(name, dbVersion);

in storage..edDB.js: 66