Skip to content

Commit

Permalink
Merge pull request #309 from bmorcelli/main
Browse files Browse the repository at this point in the history
nothing here sharky?
  • Loading branch information
bmorcelli authored Oct 4, 2024
2 parents 8aef8d1 + abe5acc commit 89537ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/others/webInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,11 +564,10 @@ function showCreateFolder(folders) {
document.getElementById("status").innerHTML = "";
uploadform =
"<p>Creating folder at: <b>" + folders + "</b>"+
"<form id=\"create_form\" enctype=\"multipart/form-data\" method=\"post\">" +
"<input type=\"hidden\" id=\"folder\" name=\"folder\" value=\"" + folders + "\">" +
"<input type=\"text\" name=\"foldername\" id=\"foldername\">" +
"<button onclick=\"CreateFolder()\">Create Folder</button>" +
"</form></p>";
"</p>";
document.getElementById("updetails").innerHTML = uploadform;
}

Expand Down

0 comments on commit 89537ce

Please sign in to comment.