extract scripts
This commit is contained in:
parent
e0b22930c0
commit
2f544f923b
18 changed files with 104 additions and 140 deletions
|
@ -62,20 +62,6 @@
|
|||
|
||||
AndroidSharedPreferences.remove(name);
|
||||
};
|
||||
|
||||
function migrateKey(key) {
|
||||
var json = localStorage.getItem(key);
|
||||
if (json) {
|
||||
self.setItem(key, json);
|
||||
localStorage.removeItem(key);
|
||||
}
|
||||
}
|
||||
|
||||
function migrate() {
|
||||
migrateKey('servercredentials3');
|
||||
}
|
||||
|
||||
migrate();
|
||||
}
|
||||
|
||||
globalScope.appStorage = new preferencesStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue