Skip to content

Commit

Permalink
fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Mar 4, 2024
1 parent b5834c3 commit 5eab94d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/javascripts/epp.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ STUDIP.AufgabenConfig = STUDIP.AufgabenConfig || {};
jQuery(document).ready(function() {
jQuery(function () {
STUDIP.Aufgaben.Permissions.initialize();
STUDIP.Files.filesapp.folders = [];
STUDIP.Files.filesapp.removeFile = () => {};
});
});

Expand Down

0 comments on commit 5eab94d

Please sign in to comment.