Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 17d69b2

Browse files
Update experimental mobile PDB Viewer with WebGPU
1 parent 2211916 commit 17d69b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

viewers/templates/Mobile/MPDB WebGPU.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
position: absolute;
166166
text-align: center;
167167
font-size: large;
168-
display: none;
169168
height: 240px;
170169
width: 240px;
171170
top: 50%;
@@ -269,7 +268,7 @@
269268
<div id="gui_position"></div>
270269

271270
<div id="div_error" class="error_msg">E R R O R !</div>
272-
<div id="div_loading" class="loading_msg">Loading</div>
271+
<div id="div_loading" class="loading_msg">PDB WebGPU</div>
273272

274273
<script>
275274
function hide_dropdown_dli() { $('#dc_dli').fadeOut(); mouse_wheel = true; }

0 commit comments

Comments
 (0)