Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedManZhao committed Apr 11, 2024
1 parent 8bed6dd commit 1fc8957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/js/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const jokerBoxPopUp = new JokerBox_popUp(document.getElementById("show_area"));

function reloadFsPath(element) {
let searchParams = DiskMirrorFront.search_Params("path");
if (element) {
Expand Down Expand Up @@ -45,7 +47,6 @@ function mkdir() {
}

window.onload = function () {
const jokerBoxPopUp = new JokerBox_popUp(document.getElementById("show_area"));
let fsList;
try {
diskMirror.setSk(parseInt(searchParams1[searchParams1.length - 1]), indexConfig.domain)
Expand Down

0 comments on commit 1fc8957

Please sign in to comment.