diff options
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index ed15e46a5ac..faf24d82b82 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -66,7 +66,7 @@ <input type="checkbox" id="select_all" /> <label for="select_all"></label> <span class="name"><?php p($l->t( 'Name' )); ?></span> - <span class="selectedActions"> + <span id="selectedActionsList" class="selectedActions"> <?php if($_['allowZipDownload']) : ?> <a href="" class="download"> <img class="svg" alt="Download" |