Compare commits
2 Commits
359b1e8f3d
...
a6d094af2b
| Author | SHA1 | Date | |
|---|---|---|---|
| a6d094af2b | |||
| 185ef5bfda |
13
main.mjs
13
main.mjs
@@ -1,8 +1,11 @@
|
|||||||
import ApiKeys from './modules/rs-module-api-keys.mjs';
|
//
|
||||||
import Geocoder from './modules/geocode.mjs';
|
// License: Do whatever you want with it. I'm not liable.
|
||||||
import initializeSettings from './modules/settings.mjs';
|
//
|
||||||
import initializeProfileUpdates from './modules/profile.mjs';
|
import ApiKeys from './lib/rs-module-api-keys.mjs';
|
||||||
import { showElement, hideElement, renderImage } from './modules/dom-helpers.mjs';
|
import Geocoder from './lib/geocode.mjs';
|
||||||
|
import initializeSettings from './lib/settings.mjs';
|
||||||
|
import initializeProfileUpdates from './lib/profile.mjs';
|
||||||
|
import { showElement, hideElement, renderImage } from './lib/dom-helpers.mjs';
|
||||||
|
|
||||||
const remoteStorage = new RemoteStorage({ modules: [ApiKeys] });
|
const remoteStorage = new RemoteStorage({ modules: [ApiKeys] });
|
||||||
remoteStorage.access.claim('profile', 'rw');
|
remoteStorage.access.claim('profile', 'rw');
|
||||||
|
|||||||
496
vendor/remotestorage.js
vendored
496
vendor/remotestorage.js
vendored
File diff suppressed because one or more lines are too long
2
vendor/remotestorage.js.map
vendored
2
vendor/remotestorage.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user