Skip to content

Commit

Permalink
fix filemanager misnamed DIVs causing JS error
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlineDynamic committed Jan 9, 2025
1 parent 6f26c45 commit 151b8db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/filemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<div class="tab-pane fade show active" id="tab-sequence" role="tabpanel"
aria-labelledby="tab-sequence-tab">

<div id="divSeq">
<div id="divSequences">
<div class="backdrop">
<div class="row justify-content-between fileDetailsHeader">
<div class="col-auto">
Expand Down Expand Up @@ -318,7 +318,7 @@ class="disableButtons singleMusicButton multiMusicButton" type="button"
</div>

<div class="tab-pane fade" id="tab-video" role="tabpanel" aria-labelledby="tab-video-tab">
<div id="divVideo">
<div id="divVideos">

<div class="backdrop">
<div class="row justify-content-between fileDetailsHeader">
Expand Down Expand Up @@ -793,4 +793,4 @@ class="disableButtons singleBackupsButton multiBackupsButton" type="button"

</body>

</html>
</html>

0 comments on commit 151b8db

Please sign in to comment.