Skip to content

Commit 2265829

Browse files
committed
new build
1 parent 44580c9 commit 2265829

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

docs/assets/index-a41ba5cf.js renamed to docs/assets/index-4dd0b7fc.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-a41ba5cf.js.map renamed to docs/assets/index-4dd0b7fc.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-d357d4b3.css renamed to docs/assets/index-72ea8282.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<!-- Add these lines to your head section -->
1212
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css" rel="stylesheet" type="text/css">
1313

14-
<script type="module" crossorigin src="/assets/index-a41ba5cf.js"></script>
15-
<link rel="stylesheet" href="/assets/index-d357d4b3.css">
14+
<script type="module" crossorigin src="/assets/index-4dd0b7fc.js"></script>
15+
<link rel="stylesheet" href="/assets/index-72ea8282.css">
1616
</head>
1717

1818
<body>

featureInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const handleFeatureInfo = function(evt) {
2929

3030
for (const key in properties) {
3131

32-
if (key == 'bone_relations' || key == 'c_b_t_bc_rel' || key == 'svg_id') {
32+
if (key == 'bone_relations' || key == 'c_b_t_bc_rel' || key == 'svgid') {
3333
continue
3434
}
3535

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ html, body {
2424
height: 450px;
2525
height: 673px;
2626
overflow: hidden;
27+
pointer-events:none;
2728
}
2829

2930

0 commit comments

Comments
 (0)