We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79355c0 commit 9825eeaCopy full SHA for 9825eea
os-app/open-write/main.svelte
@@ -990,10 +990,6 @@ const mod = {
990
DataStorageClient (inputData) {
991
return zerodatawrap.ZDRWrap({
992
ZDRParamLibrary: (function() {
993
- if (inputData === zerodatawrap.ZDRProtocolFission()) {
994
- return webnative;
995
- }
996
-
997
return RemoteStorage;
998
})(),
999
ZDRParamScopes: [{
os-app/open-write/ui-view.ejs
@@ -27,8 +27,6 @@ locals.OLSKPageAssets = [
27
'/_shared/__external/launchlet/__compiled/launchlet.css',
28
'/_shared/__external/launchlet/__compiled/launchlet.js',
29
30
- OLSK_SPEC_UI() ? '' : '/_shared/__external/webnative/dist/index.umd.min.js',
31
32
'/_shared/common/ui-style.css',
33
34
'__compiled/ui-style.css',
0 commit comments