Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 932a68b

Browse files
Remove the datafile output to the DOM
Just use Developer Tools > Console
1 parent 60a7a64 commit 932a68b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/client/index.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
.label {
1616
font-weight: bold;
1717
}
18-
19-
.datafile-container {
20-
overflow-scrolling: auto;
21-
border: 1px dashed green;
22-
}
23-
24-
#datafile-content {
25-
min-height: 500px;
26-
font-family: "Courier New", monospace;
27-
}
2818
</style>
2919
<title>Datafile Over Websockets POC</title>
3020
</head>
@@ -39,12 +29,6 @@
3929
<div>
4030
<span class="label">Payload Size</span> <span id="payload-size"></span>
4131
</div>
42-
<div class="label">
43-
<button id="manual-pull" value="datafile-pull">Manually Pull</button>
44-
Datafile Content
45-
</div>
46-
<div class="datafile-container">
47-
<div id="datafile-content"></div>
48-
</div>
32+
<button id="manual-pull" value="datafile-pull">Manually Pull Data File</button>
4933
</body>
5034
</html>

0 commit comments

Comments
 (0)