Skip to content

Commit

Permalink
Production deploy -- 4890d40
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Jan 27, 2022
1 parent 4de22f8 commit 4955f76
Show file tree
Hide file tree
Showing 103 changed files with 86,052 additions and 30,676 deletions.
1 change: 0 additions & 1 deletion 10-es2015.js

This file was deleted.

1 change: 0 additions & 1 deletion 10-es5.js

This file was deleted.

2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<style>:root{--swiper-theme-color:#007aff;}:root{--swiper-navigation-size:44px;}.mat-typography{font:500 1rem/1.5rem Inter,sans-serif;letter-spacing:normal;}html{box-sizing:border-box;}*,:after,:before{box-sizing:inherit;}body,html{height:100%;}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#fff;}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>

<body class="mat-typography">
<ccf-eui hubmap-data-service="search-api" hubmap-portal-url="https://portal.hubmapconsortium.org/" hubmap-data-url="https://search.api.hubmapconsortium.org/entities/search" hubmap-asset-url="https://assets.hubmapconsortium.org"></ccf-eui>
<ccf-eui use-remote-api="true"></ccf-eui>
<script src="runtime-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule defer></script><script src="polyfills-es5.js" nomodule defer></script><script src="polyfills-es2015.js" type="module"></script><script src="scripts.js" defer></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule defer></script>


Expand Down
8 changes: 8 additions & 0 deletions 7693192ac33f7744a3ca.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* eslint-disable @typescript-eslint/no-unsafe-call */
/// <reference lib="webworker" />
import { CCFDatabase } from 'ccf-database';
import { expose } from 'comlink';
/** Worker thread database. */

const database = new CCFDatabase();
expose(database);
2 changes: 1 addition & 1 deletion assets/ccf.owl.n3store.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/organs/ico-organs-blood.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/organs/ico-organs-bone-marrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/organs/ico-organs-brain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/organs/ico-organs-eye.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4955f76

Please sign in to comment.