Remove a comment that's no longer relevant
We switched back from local browser storage as of 7aebeb5651.
This commit is contained in:
parent
d9d123f67f
commit
107148baa1
|
|
@ -1,5 +1,3 @@
|
|||
// TODO strip out all this cookie nonsense when we drop support for MSIE 7.
|
||||
|
||||
function local_storage_available() {
|
||||
try {
|
||||
return 'localStorage' in window && window['localStorage'] !== null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue