Skip to content

Commit f8b6148

Browse files
author
Paul C
committed
fix: WolfUSB page not rendering — add page-wolfusb div and fix element ID
1 parent ddf505a commit f8b6148

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

web/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5227,6 +5227,8 @@ <h3>CephFS Filesystems</h3>
52275227
</div>
52285228

52295229
<!-- ═══ Wolfram Memory Compression ═══ -->
5230+
<div id="page-wolfusb" class="page-view" style="display:none;"></div>
5231+
52305232
<div id="page-wolfram" class="page-view" style="display:none;">
52315233
<!-- Install banner (shown when not installed) -->
52325234
<div id="wolfram-setup-banner" style="display:none;">

web/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34445,7 +34445,7 @@ async function wolframSaveConfig() {
3444534445
// ═══════════════════════════════════════════════
3444634446

3444734447
async function loadWolfUsbPage() {
34448-
var el = document.getElementById('page-content');
34448+
var el = document.getElementById('page-wolfusb');
3444934449
if (!el) return;
3445034450

3445134451
el.innerHTML = '<div style="text-align:center;padding:40px;color:var(--text-muted);">Loading USB Sharing...</div>';

0 commit comments

Comments
 (0)