diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2024-09-27 14:09:30 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-09-27 14:09:30 +0000 |
| commit | 1a7a6950e39cd20d947471bbd5450d13573fec82 (patch) | |
| tree | ce5db2d27c79a8f20877f748b64eafe989ff8e27 /app/controllers/course/files.php | |
| parent | 47af9b04a24169a71b9f2835bdb26293679258a7 (diff) | |
Step #4200
Merge request studip/studip!3191
Diffstat (limited to 'app/controllers/course/files.php')
| -rw-r--r-- | app/controllers/course/files.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/course/files.php b/app/controllers/course/files.php index 19c3697..4370eea 100644 --- a/app/controllers/course/files.php +++ b/app/controllers/course/files.php @@ -90,7 +90,6 @@ class Course_FilesController extends AuthenticatedController Icon::create('file-pic'), [ 'onClick' => "STUDIP.Files.openGallery(); return false;", - 'style' => 'display: none', ] ); @@ -174,7 +173,6 @@ class Course_FilesController extends AuthenticatedController Icon::create('file-pic'), [ 'onClick' => "STUDIP.Files.openGallery(); return false;", - 'style' => 'display: none', ] ); if ($GLOBALS['user']->id !== 'nobody') { |
