Skip to content

Commit

Permalink
fix MultiDisk
Browse files Browse the repository at this point in the history
  • Loading branch information
kobe-koto committed Nov 4, 2023
1 parent 230f374 commit 39e016a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/assets/MultiDisk.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ MultiDisk.Init = function () {
).innerHTML || "Single/NotAsTheme";

try {
document.querySelector("a.CurrentDriveName.NoUnderline")
.querySelector("span#DriveName")
.innerHTML = MultiDisk.DiskNow
document.querySelector("span#DriveName").innerHTML = MultiDisk.DiskNow
} catch (e) {
console.info("DiskNow can't set, seems like it is Single. \r\n\r\nTraceback:\r\n"+e)
}
Expand Down

0 comments on commit 39e016a

Please sign in to comment.