fix tests
This commit is contained in:
parent
eeb7d72c73
commit
fb578eaffb
8 changed files with 22 additions and 110 deletions
|
|
@ -8,6 +8,7 @@ angular.module('copayApp.services')
|
|||
var ls = ((typeof window.localStorage !== "undefined") ? window.localStorage : null);
|
||||
|
||||
if (isChromeApp && !isNW && !ls) {
|
||||
$log.info('Using CHROME storage');
|
||||
ls = chrome.storage.local;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue