Skip to content

Commit 8ab6e29

Browse files
committed
fixed whitelist and overflow
1 parent 19f69bb commit 8ab6e29

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

inst/html_output/Results.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<link rel="stylesheet" href="thirdparty/chosen/chosen.min.css">
1212
<link rel="stylesheet" href="thirdparty/bootstrap/bootstrap.min.css">
1313
<link rel="stylesheet" href="thirdparty/datatables/datatables.min.css">
14-
<link rel="stylesheet" href="thirdparty/phylotree/phylotree.css">
1514

1615
<script type="text/javascript" src="thirdparty/jquery/jquery-2.1.4.min.js"></script>
1716
<script type="text/javascript" src="thirdparty/d3/d3.min.js"></script>
@@ -24,7 +23,6 @@
2423
<script type="text/javascript" src="thirdparty/popper/popper.js/dist/umd/popper.min.js"></script>
2524
<script type="text/javascript" src="thirdparty/plotly/plotly.js-1.45.2/dist/plotly.min.js"></script>
2625
<script type="text/javascript" src="thirdparty/hsluv/hsluv-0.1.0.min.js"></script>
27-
<script type='text/javascript' src='thirdparty/phylotree/phylotree.js'></script>
2826

2927

3028

@@ -107,8 +105,8 @@ <h5 class="mb-0">
107105
</div>
108106

109107
<div class="tab-content upper-left-section-content" style="padding: 5px; display: block">
110-
<div class="tab-pane show active" id="table-div-container" role="tabpanel" aria-labelledby="sig-table-tab" style="overflow-x: scroll; overflow-y: scroll; max-height: 500px">
111-
<div class="sig-tables-header">
108+
<div class="tab-pane show active" id="table-div-container" role="tabpanel" aria-labelledby="sig-table-tab" style="overflow: auto; max-height: 500px">
109+
<div class="sig-tables-header" style="overflow-y: auto">
112110
<table class="sig-table">
113111
<thead>
114112
<tr class="proj-row">

inst/html_output/whitelist.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ html_output/thirdparty/jszip/jszip.min.js
3636
html_output/thirdparty/lodash/lodash.min.js
3737
html_output/thirdparty/plotly/plotly.js-1.45.2/dist/plotly.min.js
3838
html_output/thirdparty/popper/popper.js/dist/umd/popper.min.js
39-
html_output/thirdparty/hsluv/hsluv-0.1.0.min.js
40-
html_output/thirdparty/phylotree/phylotree.js
41-
html_output/thirdparty/phylotree/phylotree.css
39+
html_output/thirdparty/hsluv/hsluv-0.1.0.min.js

0 commit comments

Comments
 (0)