Skip to content

Commit 9825eea

Browse files
committed
fission offline
1 parent 79355c0 commit 9825eea

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

os-app/open-write/main.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -990,10 +990,6 @@ const mod = {
990990
DataStorageClient (inputData) {
991991
return zerodatawrap.ZDRWrap({
992992
ZDRParamLibrary: (function() {
993-
if (inputData === zerodatawrap.ZDRProtocolFission()) {
994-
return webnative;
995-
}
996-
997993
return RemoteStorage;
998994
})(),
999995
ZDRParamScopes: [{

os-app/open-write/ui-view.ejs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ locals.OLSKPageAssets = [
2727
'/_shared/__external/launchlet/__compiled/launchlet.css',
2828
'/_shared/__external/launchlet/__compiled/launchlet.js',
2929
30-
OLSK_SPEC_UI() ? '' : '/_shared/__external/webnative/dist/index.umd.min.js',
31-
3230
'/_shared/common/ui-style.css',
3331
3432
'__compiled/ui-style.css',

0 commit comments

Comments
 (0)